본문 바로가기
  • 책상 밖 세상을 경험할 수 있는 Playground를 제공하고, 수동적 학습에서 창조의 삶으로의 전환을 위한 새로운 라이프 스타일을 제시합니다.

Computer Vision134

[2025-1] 유경석 - X-Recon: Learning-based Patient-specific High-Resolution CT Reconstruction from Orthogonal X-Ray Images https://arxiv.org/abs/2407.15356 X-Recon: Learning-based Patient-specific High-Resolution CT Reconstruction from Orthogonal X-Ray ImagesRapid and accurate diagnosis of pneumothorax, utilizing chest X-ray and computed tomography (CT), is crucial for assisted diagnosis. Chest X-ray is commonly used for initial localization of pneumothorax, while CT ensures accurate quantification. However, Carxiv... 2025. 3. 22.
[2025-1] 전연주 - NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video 논문 링크: 2104.006811. Introduction3D 장면 복원(3D Scene Reconstruction)은 3D Computer Vision 분야에서 매우 중요한 과제이다. 다양한 실내·실외 환경에서 3D 정보를 정확히 얻어내야 하는데, 특히 증강현실(AR)처럼 실시간 상호작용이 필요한 경우에는 정확성(Accuracy)과 일관성(Coherency), 그리고 실시간성이 모두 필수적이다.기존 문제점Depth-based 접근: 여러 Key frame에서 각각 Single-view Depth map을 추정하고, 이를 TSDF(Truncated Signed Distance Function)에 융합(Fuse)하는 방식이 주류였다.그러나 이 방식은 (1) 뷰별 단절된(single-view) 추정으로 인해.. 2025. 3. 22.
[2025-1] 임수연 - PIFuHD https://arxiv.org/pdf/2004.00452https://shunsukesaito.github.io/PIFuHD/https://youtu.be/8qnwbbDS8xk 안녕하세요, 이번 글에서는 PIFuHD: Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Human Digitization∗ (2020) 논문 리뷰를 해보도록 하겠습니다. PIFuHD(Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Human Digitization)는 단일 이미지에서 고해상도의 3D 인간 모델을 생성하는 기술을 제시한 논문입니다. 이 기술은 1K 해상도 입력 이미지를 활.. 2025. 3. 19.
[2025-1] 정성윤 - Inception-Net 논문 리뷰 Inception Net V1 (2014)AbstractInception을 이용한 deep CNN네트워크 내의 컴퓨팅 자원을 효율적으로 사용하였다.수행 시간은 유지하면서 네트워크의 너비, 높이는 늘렸다.Hebbian, multi-scale processing을 이용해 구조적으로 최적화를 시도함총 22 layer의 딥러닝 네트워크IntroductionObject Detection에 있어서 큰 발전은 큰 모델을 쓰는 것이 아닌, 고전적인 기법과 deep 한 구조를 결합해 만들어진 것이다.객체 인식에 쓰이는 시간을 단축해 학문 분야만이 아닌 실제 세상에서 활용할 수 있는 알고리즘을 제작Inception(처음) = We need to go deeper 이라는 밈의 반대 의미로 사용, 반어법.“Deep”하다의 의.. 2025. 3. 15.