CEWIT Newsletter


Press Room







July 30, 2008 Amdex Strengthens Partnership with Stony Brook University's Computer Science Department and CEWIT

July 28, 2008 "LI companies struggle to fill high-tech jobs" as printed in Newsday

June 8, 2008 CEWIT Announces 2008 International Conference on Cutting Edge Wireless & IT

May 16, 2008 "Tech firms hard hit by talent gap" as printed in Long Island Business News

May 12, 2008 Frey Family Foundation Establishes $1.5M Endowed Chair In Quantitative Finance At Stony Brook University

April 30, 2008 "Technical Insights" as printed in Frost and Sullivan

March 22, 2008 "Creating future scientists and technologists" as printed in Long Island Business News

November 13, 2007"Stony Brook's Center of Excellence in Wireless & IT, CEWIT, Chooses Advisory Board Chairperson

September 7, 2007 "Stony Brook professor snags three NSF awards" as printed in Long Island Business News

Come to CEWIT's Commercialization Conference

August 3, 2007 "Stony Brook University is where the DigiGirlz are" as printed in Long Island Business News

August 2, 2007 "LI colleges fight terror" as printed in Newsday.com

July 31, 2007 "Stony Brook University wins federal defense grants" as printed in Newsday.com

July 27, 2007 "Feds support Stony Brook's cyber-security research" as printed in Long Island Business News

July 25, 2007 "High-tech experience at DigiGirlz camp" as printed in Newsday.com

July 13, 2007 Stony Brook Receives Cyber-Security Research Grant

June 12, 2007 Stony Brook Graduate Wins 2006 ACM Award

May 29, 2007 Stony Brook Places Third in Baja SAE

April 27, 2007
Business, education leaders form tech-ed strategy

April 20, 2007
Microsoft, Stony Brook Unite for 'DigiGirlz' tech camp

March 8, 2007
CEWIT Receives $16 Mil Tech Donation From ZMD America, Inc.

March 2, 2007
LI Needs Tech Jobs

February 19, 2007
CEWIT Launches Immersive Virtual Environment Lab

February 19, 2007
CEWIT Chosen to Host Microsoft DigiGirlz Summer Camp

February 15, 2007
CEWIT Enters Into R&D Relationship With Cisco Systems

February 8, 2007
UGS Software Grant








>home/research/

Algorithms

Data Structures and Algorithms for Maintaining Data Locality
PI: Michael A. Bender

As modern memory architectures grow in complexity, it is becoming increasingly important to design algorithms with high data locality.
Standard approaches parameterize algorithms by aspects of the memory hierarchy, such as the size and block size of each memory level. Unfortunately, this parameterization often leads to complex algorithms that are tuned to particular architectures. A promising new line of research is to develop memory-hierarchy-sensitive algorithms that avoid any memory-specific parameterization. Such platform-independent algorithms are said to be "cache-oblivious." If a cache-oblivious algorithm works optimally on a two-level hierarchy, then it works optimally on all levels of a multilevel memory hierarchy: cache-oblivious algorithms automatically tune to arbitrary memory architectures. This research involves maintaining data locality in irregular and dynamic settings, where the data flow is continually changing and unpredictable.  The investigator will design cache-oblivious solutions for a variety of common problems in data manipulation. For example, the investigator has already designed the cache-oblivious B-tree. The cache oblivious B-tree simultaneously exploits locality at all granularities in a memory hierarchy, even when the hierarchy is dynamic and without any parameter tuning. He has already proved theoretically that a cache-oblivious B-tree has worst-case expected performance within roughly twice optimal for any block size. However, because the structure runs efficiently even with memory effects such as disk-prefetching, the empirical performance is even better, and cache-oblivious B-trees have been shown to outperform B-trees by over a factor of 2 in searches and an order of magnitude in range queries. (NSF)

Transactions Everywhere 
PIs: Michael A. Bender (with B. Kuszmaul, MIT and C. Leiserson, MIT) 

Among the most basic problems inherent in the coordination of concurrent tasks is the enforcing of atomicity so that the partial results of one task do not inadvertently corrupt another task. Atomicity is typically enforced through locking protocols, but these protocols can introduce other complications, such as deadlock, unless restrictive methodologies in their use are adopted. This research proposes a novel approach, called transactions everywhere, which offers a way out of the rat's nest of concurrency protocols, allowing ordinary programmers to exploit parallelism freely.  In 1993, Herlihy and Moss proposed transactional memory as an alternative mechanism for enforcing atomicity, since it allows the user to avoid many of the complications of locking. With transactional memory, a program can read and modify multiple, disparate memory locations as a single atomic operation, much as occurs within a database transaction. But, despite the innovative nature of Herlihy and Moss's proposal, hardware transactional memory (HTM) has never been implemented in a real system. Instead, the trend has been towards software transactional memory (STM), the overhead of which discourages the use of transactions. 

This vertically integrated research project refocuses on Herlihy and Moss's original proposal of HTM, but adopting the point of view that transactions, rather than occurring infrequently in code, should be the rule, not the exception. The researchers contend that the transactions-everywhere approach can simplify parallel programming dramatically and that hardware support can make overheads negligible. 

Transactions everywhere will make it far easier for all programmers, not just those who are specialists in today's arcane practices of parallel computing, to write correct high-performance multithreaded programs, thereby allowing concurrency to be employed in routine applications for ordinary users. This research project aims to confront and overcome the problems in developing transactions everywhere so that transactional memory may eventually become, like cache, an expected subsystem of any computer architecture. (NSF ITR)

Adversarial Contention Resolution
PI: Michael A. Bender 

Randomized backoff remains the method of choice for resolving contention in the use of multiple-access channels. The idea of backoff is that whenever a packet experiences a collision with another packet when attempting to use the channel, it retries, but with a diminished probability of transmission per subsequent time slot. If all packets cooperate in using this strategy and the channel is not oversubscribed, all packets are eventually transmitted without interference from other packets. Randomized backoff is perhaps best known in the context of the ethernet local-area network, although it is used in many different types of systems for resource sharing.  Given the prominent role played by randomized backoff in computer systems, it is surprising that many aspects of backoff are not understood. To date, most analysis has focused on statistical arrival of packets on simple channels. The assumption of statistical arrival rates dangerously neglects the worst-case, however, because bursts and other pathological inputs are often the common case. Furthermore, many channels are not simple.  This research develops a theory of the worst-case performance of backoff algorithms under various assumptions about the channel.

The research is guided by contention-resolution problems in transactional memory applications, which have multiple channels, have packets sizes that differ by orders of magnitude, can sometimes provide more feedback on collisions, and allow one packet to succeed in the case of a collision.  The research provides a solid theoretical foundation and performance model for the many applications having multiple access channels. Without these performance models, implementations are likely to exhibit unpredictable performance and thus be buggy. For the target application of transactional programming in shared memory, a proper understanding of contention resolution is on the critical path for creating a viable system. Given the importance of contention resolution to many systems, this first attempt at understanding adversarial contention resolution will likely yield a rich bounty of theoretical problems whose solutions can have a major impact on the performance of many systems.  (NSF)

Studies on Average Complexity 
PI: Ker-I Ko

This project studies the average complexity of computational problems in three directions: 
1) It studies the notion of average NP-completeness, particularly the notion of reductions for average NP-complete problems. It proposes a new tool for proving new reductions. 
2) It investigates the relations between instance complexity and average time-complexity. It aims to use the notion of instance complexity to characterize the notion of pseudo randomness and apply this concept to define the notion of average hardness. 
3) It studies the average complexity of numerical computation in the Turing machine-based theory of real-valued complexity theory. It proposes to use measure-theoretic concepts in this study. 

The topics studied in this project are closely related to the design and analysis of algorithms, including the algorithms for the network design, data mining, and search algorithms, which are central in wireless and information technology. Advances in this research will also have a substantial effect on many areas of information

technology and mathematics, including operations research, numerical analysis, fractals and chaos theory, and more practical areas of cryptography and network security.  (NSF)