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