rbibtex 0.0.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +18 -0
- data/README +5 -3
- data/bin/rbib2bib +101 -131
- data/bin/rbib2html +68 -15
- data/bin/rbib2txt +101 -31
- data/lib/rbibtex/pre-setup.rb +1 -1
- data/lib/rbibtex/rbibtex.y +58 -54
- data/lib/rbibtex/string.rb +64 -0
- data/lib/rbibtex/transform.rb +75 -0
- data/lib/rbibtex/types.rb +344 -0
- data/lib/rbibtex.rb +7 -0
- data/papers.bib +218 -165
- data/papers.html +116 -118
- data/papers.new.bib +257 -0
- data/test/test.bib +0 -0
- data/test/test_bib.rb +22 -0
- data/test/test_string.rb +88 -0
- metadata +13 -4
- data/test.bib +0 -5
data/papers.bib
CHANGED
@@ -1,206 +1,259 @@
|
|
1
|
+
@string{ICCV = {IEEE International Conference on Computer Vision}}
|
1
2
|
|
2
3
|
@InProceedings{DBLP:conf/iccv/WangA03,
|
3
|
-
Author
|
4
|
-
Title
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
4
|
+
Author = {Hongcheng Wang and Narendra Ahuja},
|
5
|
+
Title = {Facial Expression Decomposition},
|
6
|
+
Year = 2003,
|
7
|
+
BookTitle = {TEST } # ICCV,
|
8
|
+
Pages = {958-965},
|
9
|
+
Note = {Using a 2D Deformable Face Model they do a HOSVD used to
|
10
|
+
decompose a Tensor like in \ref{vlasic05:multilinear}. Sped
|
11
|
+
up HOSVD by PCA to reduce dimensionality of face
|
12
|
+
description.},
|
13
|
+
ps = {local/iccv03_facial.ps.gz}
|
13
14
|
}
|
14
15
|
|
16
|
+
|
15
17
|
@InProceedings{DBLP:conf/cvpr/KolmogorovCBCR05,
|
16
|
-
Author
|
17
|
-
|
18
|
-
Title
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
18
|
+
Author = {Vladimir Kolmogorov and Antonio Criminisi and Andrew Blake
|
19
|
+
and Geoff Cross and Carsten Rother},
|
20
|
+
Title = {Bi-Layer Segmentation of Binocular Stereo Video.},
|
21
|
+
Year = 2005,
|
22
|
+
BookTitle = {CVPR (2)},
|
23
|
+
Pages = {407-414},
|
24
|
+
pdf = {local/Criminisi_cvpr2005.pdf},
|
25
|
+
note = {They use multiple information sources combined in a probabilistic framework to segment stereo data into two layers (foreground and background). The application is video conferencing. Used information is stereo, color and contrast. (When I have some time I should read this again more thouroughly)}
|
23
26
|
}
|
24
27
|
|
28
|
+
|
25
29
|
@Proceedings{DBLP:conf/cvpr/2005,
|
26
|
-
Title
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
isbn
|
32
|
-
|
30
|
+
Title = {2005 IEEE Computer Society Conference on Computer Vision
|
31
|
+
and Pattern Recognition (CVPR 2005), 20-26 June 2005, San
|
32
|
+
Diego, CA, USA},
|
33
|
+
Year = 2005,
|
34
|
+
BookTitle = {CVPR},
|
35
|
+
isbn = {0-7695-2372-2},
|
36
|
+
Publisher = {IEEE Computer Society}
|
33
37
|
}
|
34
38
|
|
39
|
+
|
35
40
|
@InProceedings{WangCGF04,
|
36
|
-
Author
|
37
|
-
|
38
|
-
|
39
|
-
Title
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
pdf = {local/hr_transfer/paper1044.pdf}
|
41
|
+
Author = {Yang Wang and Xiaolei Huang and Chan-Su Lee and Song Zhang
|
42
|
+
and Zhiguo Li and Dimitris Samaras and Dimitris Metaxas and
|
43
|
+
Ahmed Elgammal and Peisen Huang},
|
44
|
+
Title = {High Resolution Acquisition, Learning and Transfer of
|
45
|
+
Dynamic 3-D Facial Expressions},
|
46
|
+
Year = 2004,
|
47
|
+
BookTitle = {Computer Graphics Forum},
|
48
|
+
Pages = {III: 677-686},
|
49
|
+
Note = {Mapping 3D Scans expression trajectories onto a low
|
50
|
+
dimensional manifold -> warping the manifolds of the same
|
51
|
+
expression of different people into the same shape ->
|
52
|
+
Learning mappings from the warped manifolds to the original
|
53
|
+
high-dimensional manifolds. They claim that the warped
|
54
|
+
manifolds contain the essence of a smile, while the mapping
|
55
|
+
function contains the person specific style. Their morphs
|
56
|
+
are not very convincing, the intermediate faces are not
|
57
|
+
mixtures of the original faces. Maybe because of the
|
58
|
+
nonlinearity of the model and the linear warping.},
|
59
|
+
pdf = {local/hr_transfer/paper1044.pdf}
|
56
60
|
}
|
57
61
|
|
62
|
+
|
58
63
|
@InProceedings{946637,
|
59
|
-
Author
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
Publisher
|
67
|
-
|
68
|
-
|
69
|
-
|
64
|
+
Author = {A. Criminisi and J. Shotton and A. Blake and P. H. S. Torr},
|
65
|
+
Title = {Gaze Manipulation for One-to-one Teleconferencing},
|
66
|
+
Year = 2003,
|
67
|
+
Address = {Washington, DC, USA},
|
68
|
+
BookTitle = {ICCV '3: Proceedings of the Ninth} # ICCV,
|
69
|
+
isbn = {0-7695-1950-4},
|
70
|
+
Pages = 191,
|
71
|
+
Publisher = {IEEE Computer Society},
|
72
|
+
Note = {They formulate the stereo matching problem along scanlines
|
73
|
+
as a DP problem, by allowing different moves in a square
|
74
|
+
graph representing the matching or occlusion of pixels in
|
75
|
+
the right vs. left image. They improve on the standard
|
76
|
+
solution by allowing more different edges in the graph,
|
77
|
+
splitting the graph using three planes for matched, left-
|
78
|
+
and rightoccluded movements. The plane split improves
|
79
|
+
consistency, because interplanetransitions have a bigger
|
80
|
+
weight.Additionally they introduce non-consuming matches
|
81
|
+
(horizontal or vertical matched moves) that allow one pixel
|
82
|
+
to match several other pixels.
|
83
|
+
Inter scanline consistency is improved by smoothing of the
|
84
|
+
3D cost space.
|
85
|
+
They mention that restoration of a new image can be done by
|
86
|
+
projection of the least cost space onto the ``virtual image
|
87
|
+
plane'' along rays from a new camera center.},
|
88
|
+
pdf = {local/criminisi_iccv03.pdf}
|
70
89
|
}
|
71
90
|
|
72
|
-
@InProceedings{blanz03:component_based,
|
73
|
-
Author = {Jennifer Huang and Bernd Heisele and Volker Blanz},
|
74
|
-
Title = {Component-based Face Recognition with 3D Morphable
|
75
|
-
Models},
|
76
|
-
BookTitle = {International Conference on Audio- and Video-Based
|
77
|
-
Biometric Person Authentication (AVBPA-03)},
|
78
|
-
Editor = {Kittler, Josef and Nixon, Mark S.},
|
79
|
-
Volume = {2688},
|
80
|
-
Number = {-},
|
81
|
-
Series = {Lecture Notes in Computer Science},
|
82
|
-
Pages = {27--34},
|
83
|
-
Address = {Surrey, UK},
|
84
|
-
Publisher = {Springer},
|
85
|
-
Note = {},
|
86
|
-
pdf = {local/avbpa2003.pdf},
|
87
|
-
year = 2003
|
88
|
-
}
|
89
91
|
|
90
92
|
@Article{vlasic05:multilinear,
|
91
|
-
Author
|
92
|
-
|
93
|
-
Title
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
year = 2005
|
93
|
+
Author = {Daniel Vlasic and Matthew Brand and Hanspeter Pfister and
|
94
|
+
Jovan Popovi{'c}},
|
95
|
+
Title = {Face transfer with multilinear models},
|
96
|
+
Year = 2005,
|
97
|
+
Address = {New York, NY, USA},
|
98
|
+
issn = {730-301},
|
99
|
+
Journal = {ACM Trans. Graph.},
|
100
|
+
Number = 3,
|
101
|
+
Pages = {426--433},
|
102
|
+
Publisher = {ACM Press},
|
103
|
+
Volume = 24,
|
104
|
+
Note = {Quite similar to the approach in Basel, but with
|
105
|
+
multilinear models based on tensor decomposition. Quite good
|
106
|
+
results with only a few example images. Inputation of
|
107
|
+
missing datasets. },
|
108
|
+
pdf = {local/face_transfer/vlasic-2005-ftm.pdf}
|
108
109
|
}
|
109
110
|
|
111
|
+
|
112
|
+
@Article{Perez03a,
|
113
|
+
Author = {P�rez, P. and Gangnet, M. and Blake, A.},
|
114
|
+
Title = {Poisson image editing},
|
115
|
+
Year = 2003,
|
116
|
+
Journal = {ACM Transactions on Graphics (SIGGRAPH'3)},
|
117
|
+
Number = 3,
|
118
|
+
Pages = {313--318},
|
119
|
+
Volume = 22,
|
120
|
+
Note = {Smooth blending of image cutouts by transferring the
|
121
|
+
gradient from one image to the other image using the colors
|
122
|
+
of the second image at the border of the transfered patch
|
123
|
+
and the gradient as a constraint to calculate the appearance
|
124
|
+
of the inner image. (If I understood correctly)},
|
125
|
+
pdf = {local/perez_siggraph03.pdf}
|
126
|
+
}
|
127
|
+
|
128
|
+
|
110
129
|
@InProceedings{HuangANM04,
|
111
|
-
Author
|
112
|
-
|
113
|
-
Title
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
130
|
+
Author = {Xiaolei Huang and Song Zhang and Yang Wang and Dimitris
|
131
|
+
Metaxas and Dimitris Samaras},
|
132
|
+
Title = {A Hierarchical Framework for Hight Resolution Facial
|
133
|
+
Expression Tracking},
|
134
|
+
Year = 2004,
|
135
|
+
BookTitle = {IEEE Workshop on Articulated and Nonridgid Motion},
|
136
|
+
Pages = 22,
|
137
|
+
Note = {Detailed high framerate aquisition of frontal mesh and
|
138
|
+
texture data of faces using structured light. Tracking of
|
139
|
+
correspondences along frames by a simple two step algorithm.
|
140
|
+
First fitting of coarse mesh using a gradient descent
|
141
|
+
algorithms where source surface points move to the closest
|
142
|
+
target surface point, then bspline deformation of fine mesh
|
143
|
+
initialized bu coarse mesh.},
|
144
|
+
pdf = {local/anm04-face-tracking.pdf}
|
126
145
|
}
|
127
146
|
|
147
|
+
|
128
148
|
@Proceedings{DBLP:conf/iccv/2003,
|
129
|
-
Title
|
130
|
-
|
131
|
-
|
132
|
-
isbn
|
133
|
-
|
149
|
+
Title = {9th } # ICCV # { (ICCV
|
150
|
+
2003), 14-17 October 2003, Nice, France},
|
151
|
+
Year = 2003,
|
152
|
+
isbn = {0-7695-1950-4},
|
153
|
+
Publisher = {IEEE Computer Society}
|
134
154
|
}
|
135
155
|
|
136
|
-
@Article{Perez03a,
|
137
|
-
Author = {P�rez, P. and Gangnet, M. and Blake, A.},
|
138
|
-
Title = {Poisson image editing},
|
139
|
-
Journal = {ACM Transactions on Graphics (SIGGRAPH'03)},
|
140
|
-
Volume = {22},
|
141
|
-
Number = {3},
|
142
|
-
Pages = {313--318},
|
143
|
-
pdf = {local/perez_siggraph03.pdf},
|
144
|
-
year = 2003
|
145
|
-
}
|
146
156
|
|
147
157
|
@InProceedings{BlaBasVetPog2003,
|
148
|
-
Author
|
149
|
-
|
150
|
-
Title
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
pdf
|
167
|
-
year = 2003
|
158
|
+
Author = {Volker Blanz and Curzio Basso and Thomas Vetter and Tomaso
|
159
|
+
Poggio},
|
160
|
+
Title = {Reanimating Faces in Images and Video},
|
161
|
+
Year = 2003,
|
162
|
+
Address = {Granada, Spain},
|
163
|
+
BookTitle = {EUROGRAPHICS 2003 (EUROGRAPHICS-3) : the European
|
164
|
+
Association for Computer Graphics, 24th Annual Conference},
|
165
|
+
Editor = {Brunet, Pere and Fellner, Dieter W.},
|
166
|
+
isbn = {167-7055},
|
167
|
+
Number = 3,
|
168
|
+
Organization = {The Eurographics Association},
|
169
|
+
Pages = {641--650},
|
170
|
+
Publisher = {Blackwell},
|
171
|
+
Series = {Computer Graphics Forum},
|
172
|
+
Volume = 22,
|
173
|
+
Note = {Lineares Modell mit Visemen fuer den Mundebereich. Keine
|
174
|
+
Koartikulation. The Morphable model with tracking and
|
175
|
+
inpainting.},
|
176
|
+
pdf = {local/blanz_eg03.pdf}
|
168
177
|
}
|
169
178
|
|
179
|
+
|
170
180
|
@PhdThesis{romdhani05:mff,
|
171
|
-
Author
|
172
|
-
Title
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
181
|
+
Author = {Sami Romdhani},
|
182
|
+
Title = {Face Image Analysis using a Multiple Feature Fitting
|
183
|
+
Strateg},
|
184
|
+
Year = 2005,
|
185
|
+
School = {University of basel},
|
186
|
+
pdf = {local/romdhani_thesis.pdf}
|
187
|
+
}
|
188
|
+
|
189
|
+
|
190
|
+
@InProceedings{blanz03:component_based,
|
191
|
+
Author = {Huang, Jennifer and Heisele, Bernd and Blanz, Volker},
|
192
|
+
Title = {Component-based Face Recognition with 3D Morphable Models},
|
193
|
+
Year = 2003,
|
194
|
+
Address = {Surrey, UK},
|
195
|
+
BookTitle = {International Conference on Audio- and Video-Based
|
196
|
+
Biometric Person Authentication (AVBPA-3)},
|
197
|
+
Editor = {Kittler, Josef and Nixon, Mark S.},
|
198
|
+
Number = {-},
|
199
|
+
Pages = {27--34},
|
200
|
+
Publisher = {Springer},
|
201
|
+
Series = {Lecture Notes in Computer Science},
|
202
|
+
Volume = 2688,
|
203
|
+
Note = {Train multiple SVM's that detect parts of faces using input
|
204
|
+
data generated from a fitted morphable model. Train an
|
205
|
+
additional SVM to combine the output of the partial SVM's
|
206
|
+
that does the face recognition.},
|
207
|
+
pdf = {local/avbpa2003.pdf}
|
177
208
|
}
|
178
209
|
|
210
|
+
|
179
211
|
@InProceedings{goecke05:trends,
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
212
|
+
Author = {Roland G�cke},
|
213
|
+
Title = {Current Trends in Joint Audio-Video Signal Processing: A
|
214
|
+
Review},
|
215
|
+
Year = 2005,
|
216
|
+
Address = {Sydney, Australia},
|
217
|
+
BookTitle = {Proceedings of the IEEE 8th International Symposium on
|
218
|
+
Signal Processing and Its Applications ISSPA 2005},
|
186
219
|
Organization = {IEEE},
|
187
|
-
|
188
|
-
|
220
|
+
Pages = {70--73},
|
221
|
+
Note = {A short overview of applications and methods for lip
|
222
|
+
tracking, automated speech recogniton, person recogniton,
|
223
|
+
etc. Pointers to databases with joint AV material and
|
224
|
+
relevant Publications.},
|
225
|
+
pdf = {}
|
189
226
|
}
|
190
227
|
|
228
|
+
|
191
229
|
@Article{seyadarabi:facial,
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
230
|
+
Author = {Hadi Seyedarabi and Ali Aghagolzadeh and Sohrab
|
231
|
+
Khanmohammadi},
|
232
|
+
Title = {Facial Expressions Animation and Lip Tracking Using Facial
|
233
|
+
Characteristic Points and Deformable Model},
|
234
|
+
Year = 2004,
|
235
|
+
issn = {1305-239X},
|
236
|
+
Journal = {International Journal of Information Technology},
|
237
|
+
Number = 4,
|
238
|
+
Volume = 1,
|
239
|
+
Note = {Written in very bad english and does not contain too much
|
240
|
+
information. They track feature points in 2D video data
|
241
|
+
using optical flow and use these points to interpolate a
|
242
|
+
triangle mesh. They claim to have a muscle-based model, but
|
243
|
+
that shows nowhere.},
|
244
|
+
pdf = {}
|
201
245
|
}
|
202
246
|
|
203
|
-
|
204
|
-
|
205
|
-
|
247
|
+
|
248
|
+
@InProceedings{barnhard:lip,
|
249
|
+
Author = {M. Barnard and E. J. Holden and R. Owens},
|
250
|
+
Title = {Lip tracking using pattern matching snakes},
|
251
|
+
additional = {Melbourne, Australia},
|
252
|
+
BookTitle = {ACCV2002: The 5th Asian Conference on Computer Vision},
|
253
|
+
Note = {Tracking of 2D Lip shape using a snake which has restricted
|
254
|
+
control points and is moved by the forces of a correlation
|
255
|
+
driven template searching algorithm.}
|
206
256
|
}
|
257
|
+
|
258
|
+
|
259
|
+
@comment { todo: pdf = {local/blake_sparse_realtime_tracking.pdf} }
|