Science 2008
Nuo Li and James J. DiCarlo

내용
Responses of neurons from the inferior temporal cortex (IT) are selective to different objects, yet tolerant (invariant) to changes in object position, scale, and pose. How does the brain construct this neuronal tolerance?

원숭이 두 마리를 놓고 그림이 바뀌는 것을 반복적으로 보여줘서 position tolerance를 붕괴시키는 내용 (사람 가지고 실험하면... 안 되겠지?).
시간이 부족해서 제대로 읽지는 못했지만 reference로 넣으면 간지 +50일 듯.




Neurocomputing 2009
National Chung-Hsing University, Taiwan

내용
기본적으로 histogram + template matching.
Contributions:
  1. The proposed non-uniform partition (in histogram)
  2. The use of Self-organizing Takagi-Sugeno-type fuzzy network with support vector learning (SOTFN-SV) classifier
  3.  A splitting K-means clustering algorithm is proposed (to eliminate false alarms and determine object location).

비교:

  1. template matching method using color histogram. histogram intersection (HI).
  2. OpenCV (Haar-like features)
  3. SIFT (grey)
  4. SONFIN (classifier 비교 - 이런 방법들이 등장하는 건 역시 neural networks를 다루는 저널이기 때문에)
  5. Gaussian-kernel based SVM (역시 classifier)


 

[11.12-13] Bilateral learning for color-based tracking

학술 2009. 11. 13. 18:02 Posted by 양고
IVC 2008
Bilateral = spatial + color models
update the models with EM.

얼굴 추적에서 occlusion에 대한 흥미로운 실험 세 가지:

1. 얼굴 앞으로 손이 지나가는 - 얼굴과 손의 color는 비슷하나, 얼굴의 spatial model이 정확하게 얼굴을 놓치지 않게 잡아 줌.

2. 얼굴 앞으로 손이 왔다가 (즉 얼굴과 손이 합쳐진) 이번에는 얼굴이 움직여서 분리 - 이번에는 손과 얼굴의 color가 달라서 정확한 얼굴 추적이 이루어짐.

3. 2번과 같은 실험. 그러나 이번에는 얼굴과 손의 컬러가 비슷함 - 이런 경우 bilateral이 소용 없으며, 다음의 테크닉을 사용함:
얼굴 영역의 크기 변화로부터 얼굴이 이물체와 합쳐지는/분리되는 순간을 detect. occlusion 발생 시 color model update를 중단함으로써 얼굴과 손이 분리될 때 얼굴을 다시 추적할 수 있다. occlusion 종료가 detect되면 color model update를 재개.

EM 때문에.. 필요하면 다시 봐야할 듯




ICPR 2006
Mark Pupilli and Andrew Calway, CS, University of Bristol, UK

내용
novelty: edge + real-time particle filter (전에는 이런 것이 없었단 말인가!)
multiple hypotheses의 처리에 많은 부분을 할애.
edge junctions를 tracking. no hidden line removal.
particle weight 계산 등 많은 부분에서 heuristic한 방법 사용. 아직 본질적으로 더 elegant한 방법은 없는 듯.

감상
Total lack of quantitative evaluations, compared with other state-of-the-art methods
그럼에도 불구하고 논문은 잘 썼다.
3D tracking에서 edge는 거의 유일한 대세인 듯. 다른 breakthrough 필요.


2009 HCI
오치민, Zahidul Islam, 김민욱, 이칠우, 전남대학교

주 내용

"파티클 필터의 업데이트는 검증과정에서 결정된 각 파티클의 우도(likelihood) 중 높은 우도를 가진 파티클 위주로 리샘플링되는 과정을 말한다. n개의 파티클이 있을 때 가장 높은 우도를 갖는 파티클을 위주로 0.5n개의 파티클이 리샘플링 되거나 우도가 T 값을 넘는 파티클들을 위주로 리샘플링하는 방법이 있다. 이를 통해 파티클 필터는 객체를 추적할 때 높은 확률을 갖는 파티클을 위주로 다시 예측하여 더 강건한 추적결과를 낳는다."
 
감상 및 의문점
HCI 답지 않게(?) 충실한 내용;
10,000 파티클, particles ≒ 개체 in GA?

[11.4,5] Object Tracking: A Survey

학술 2009. 11. 5. 11:08 Posted by 양고
ACM Computing Surveys (CSUR) 2006
Alper Yilmaz, Omar Javed, 그리고 이름도 익숙한 Mubarak Shah

목차
1 Introduciton
2 Object representation
3 Feature selection for tracking
 - Color
  . RGB dimensions are highly correlated.
  . Luv and Lab are perceptually uniform color spaeces, while HSV is an approximately uniform color space. However, these color spaces are sensitive to noise.
 - Edges, Optical flow, Texture
4 Object detection
 4.1 Point detectors
  - SIFT and KLT
 4.2 Background subtraction
 4.3 Segmentation
  4.3.1 Mean-shift clustering
   - find clusters in joint spatial+color space [l,u,v,x,y]
  4.3.2 Graph-cuts
  4.3.3 Active contours
 4.4 Supervised learning
5 Object tracking
 5.1 Point tracking
  5.1.1 Deterministic methods for correspondence
  5.1.2 Statistical methods for correspondence
   5.1.2.1 Single object state estimation
    - Kalmal filters
    - Particle filters
   5.1.2.2 Multiobject data association and state estimation
    - Joint probability data association filter
    - Multiple hypothesis tracking
 5.2 Kernel tracking
 5.3 Silhouette tracking
6 Related issues
7 Future directions
8 Concluding remarks
 
감상
양이 매우 많은데 (40페이지) 일단 맛보기로 훑어봄.
particle filters, MHT, mean-shift, graph-cut에 대한 맛을 봄 (맛없음).
ICPR 2006
일본 Wakayama 대학에 있는 중국인들 (응?)

주 내용
non-rigid object tracking.
K-means tracking이라고 주장하고 있으나 random seeds를 쓰는 건 아니고 target object의 target points를 몇 개 지정해줌. 그리고 tracking ellipse의 외곽선을 샘플링하여 background points로 간주함.
타원 안의 점들은 target points와 background points까지의 (Eucledian) 거리를 5-D feature space에서 비교하여 target 또는 background 소속을 결정함.
search 영역은 target points의 95%가 포함된 타원을 1.25배 확대하는 식으로 정하는 듯.
 
감상 및 의문점
5D feature space를 겨우 찾았는데, 실망. 그야말로 pixel-wise.
초기화에 대한 언급 전혀 없음. 아마 manual이겠지.
결과 video를 보면 타원의 방향(장축, 단축?)이 정해지는데... search 영역 설명 부분에 언급이 없다.
→ Gaussian pdf에서 x-y 평면에 존재하는 여러 points에 의한 covariance이므로 방향(?)이 생기게 됨.

Word에서 곱셈기호(x) 넣기

학술 2009. 8. 13. 14:59 Posted by 양고
심볼에서 이거 찾기 정말 어렵다.
그렇다고 그냥 알파벳 x를 넣을 수는 없다.

해결책은: Insert | Symbol and choose character 00D7.


00D7... 외워 두자!

출처: http://www.techtalkz.com/microsoft-office-word/439427-multiplication-symbol.html

[6.10] Histogram-based search: a comparative study

학술 2009. 6. 10. 15:11 Posted by 양고
CVPR 2008
People in Canada

주 내용
제목 그대로 histogram-based search에 대한 comparative study를 기대했으나, 실은 속도와 메모리 사용량을 개선한 논문. Hebert 등이 2007년 TIP에 발표한 "Median filtering in constant time"의 기법을 그대로 histogram search에 적용함. 이런 건 먼저 줏어먹는 놈이 임자? 97년도 SSD 계산의 redundancy를 줄이면 어떨까 하고 생각했던 그 기법인 것 같다.
 
감상
최근 역시 CVPR은 다른 학회와는 다르구나... 하는 느낌이었는데, 이 논문은 그저 그렇다..
어쨌거나 다른 서베이 논문을 또 찾아야 하겠군.

[6.5] Modeling and calibration of automated zoom lenses (Wilson)
[6.8-9] Some aspects of zoom lens camera calibration

CVPR 2003
Andrew Zisserman 등 @ Oxford

주 내용
for a camera undergoing a motion about a plane-normal rotation axis --> linear solution.
 
감상
(다시 한 번) 역시 CVPR인가? 귀감.

의문점
...