Sciweavers

11394 search results - page 62 / 2279
» Self-Organizing Data Structures
Sort
View
136
Voted
ICSE
2008
IEEE-ACM
16 years 4 months ago
Juzi: a tool for repairing complex data structures
This paper describes Juzi, a tool for automatic repair of complex data structures. Juzi takes a Java class representing the data structure as well as a predicate method that speci...
Bassem Elkarablieh, Sarfraz Khurshid
146
Voted
CVPR
2012
IEEE
13 years 5 months ago
Filling large holes in LiDAR data by inpainting depth gradients
We introduce a technique to fill large holes in LiDAR data sets. We combine concepts from patch-based image inpainting and gradient-domain image editing to simultaneously fill b...
David Doria, Richard J. Radke
144
Voted
ACL
2012
13 years 5 months ago
Automatic Event Extraction with Structured Preference Modeling
This paper presents a novel sequence labeling model based on the latent-variable semiMarkov conditional random fields for jointly extracting argument roles of events from texts. ...
Wei Lu, Dan Roth
108
Voted
DCC
2010
IEEE
15 years 10 months ago
Advantages of Shared Data Structures for Sequences of Balanced Parentheses
We propose new data structures for navigation in sequences of balanced parentheses, a standard tool for representing compressed trees. The most striking property of our approach is...
Simon Gog, Johannes Fischer
115
Voted
SIGCSE
1999
ACM
93views Education» more  SIGCSE 1999»
15 years 7 months ago
Patterns for decoupling data structures and algorithms
In order to build a data structure that is extensible and reusable, it is necessary to decouple the intrinsic and primitive behavior of the structure from the application specific...
Dung Zung Nguyen, Stephen B. Wong