[Registration] Inverse depth loss in SurgicalGS, EndoGaussian, Deform3dgs
Inverse depth maps compress the dynamic range of depth values, reducing the disparity between the binocular and rendered depth maps
Inverse depth maps compress the dynamic range of depth values, reducing the disparity between the binocular and rendered depth maps
Left image만 input으로 하여, left, right disparity를 예측하고, 예측된 두 disparity로부터 camera focal length와 두 카메라 간의 baseline distance로 계산하여 depth map을 복원할 수 있습니다.
Cost volume의 channel 수는 disparity hypothesis의 수와 관련이 있습니다.
Probability volume, depth map inference, per-pixel depth estimation, estimation confidence
transient objects, highly unlikely to be collected in a single caputre under consistent conditions, variance in both scene geometry and appearance
3D reconstruction pipeline: Extract 2D features, matche features across different images, jointly optimize a set of 3D points and camera poses to be consiste...
Matching 2D image correspondences: SuperGlue, Predator, REGTR
global feature-extracting strategy
Relative Rotation Error (RRE), Relative Translation Error (RTE), Relative Scale Error (RSE), Relative Depth Error (RDE), Absolute Translational Error (ATE)
Kabsch-Umeyama algorithm
Kernel Point Convolution (KPConv) is used to obtain the downsampled voxel points
규칙 기반의 특징 점 매칭은 결국 특징점의 디스크립터간의 관계를 파악하는 구조에서 그칩니다.
Rigid point cloud registration refers to the problem of finding the optimal rotation and translation parameters that align two point clouds.
Point cloud registration is a fundamental problem for large-scale 3D scene scanning and reconstruction
MagicPoint는 interest points 검출에 초점을 맞춘 모델입니다.
Interest point detection은 이미지에서 특징이 되는 부분, 즉 keypoint를 찾는 과정입니다.
Image substructures는 이미지 내에서 의미 있는 부분이나 영역을 나타내는 개념입니다.
Homography Estimation과 Homographic Adaptation은 관련은 있지만 다른 개념입니다.
Homographic adaptation은 다양한 호모그래피 변환을 적용한 이미지들에서 관심점을 검출하고 이를 원본 이미지로 역변환하여 pseudo ground truth를 생성하는 자기 지도 학습 기법입니다.
이미지에서 일반적으로 가장 중요하고 구분하기 쉬운 특징점들은 코너와 엣지입니다.
Descriptors는 특징점(keypoint)의 고유한 특성을 수치화한 벡터입니다.
Speeded Up Robust Features (SURF)는 SIFT 알고리즘을 기반으로 사용
the Scale-Invariant Feature Transform, or SIFT, is still probably the most well-known traditional local feature descriptor in computer vision.
LIFT(Learned Invariant Feature Transform)는 딥러닝 기반의 특징점 추출 및 매칭 기법입니다.
Harris 코너 검출 알고리즘은 이미지에서 코너를 추출 하는 알고리즘의 대표적인 예입니다.
HLoc = SuperPoint(as feature extractor) + SuperGlue(as feature matcher)
Features from Accelerated Segment Test (FAST)의 경우 실시간 특징점 추출을 고려하여 만들어진 알고리즘
downsample the input point clouds into superpoints and then match them through examining whether their local neighborhood (patch) overlaps.
Repeatable keypoints, putative correspondences
Global & Local Registartion