본문 바로가기

Kyujinpy

(148)
Complex eigenvalues - conjugation, linear transformation Complex eigenvalues에는 매우 특이한 성질이 있다. 1. Eigenvalues간의 conjugation이 있다. 2. Eigenvectors간의 conjugation이 있다. 따라서 하나의 eigenvalues, eigenvectors를 구한다면, 다른 eigenvalue, eigenvector를 구할 수 있다. C라는 matrix가 linear transformation 중 rotation을 하는 역할이라고 생각해보자. 이때 C=P-1AP라고 할 때, C는 eigenvalues = a - bi의 형태에서 a와 b로 이루어진 matrix 형태가 된다. 그리고 A와 C는 similar한 matrix이다. C의 모습과 eigenvalue의 크기에 따라서 Ax의 형태를 무한히 linear tra..
Diagonalization Diagonalization 1. A = PDP-1 로 표현되는 것을 말한다. 2. P는 invertible하고 linearly independent한 n개의 eigenvectors들이 columns에 위치한다. 3. D는 diagonal matrix로 diagonal term이 eigenvalues이다.
The charateristics equation - similarity Similarity의 정의는 A = PBP-1로 표현되는 matrix A와 B가 서로 같은 eigenvalues를 가진다는 것이다. 이것을 바로 similar라고 표현한다. 단 eigenvectore가 같진 않다!! 5차 방정식 이상에서는 charateristics equation을 구하는 것이 매우나 어려운 일이라고 한다. 그렇기 때문에 eigenvalue를 구하고, eigenvalues를 가지고 charaterisrics eqution을 구하는 순서로 많이 진행된다고 하는데, 여기서 근사하게 eigenvalues를 구하는 algorithm이 QR이다. 수치해석학 부분에서 자세하게 배운다고 한다.
Eigenvectors and Eigenvaules Eigenspace는 zero vector를 포함하고 있는 것이다. 따라서 zero vector가 안되는 eigenvector와는 다른개념이다! Triangular matrix의 경우, diagonal term이 eigenvalues이다. 왜냐하면, charateristics equation을 만들 때 그 형태가 nontrivial solution이어야 하기 때문이다.
[SSL Swin UNETR 논문 리뷰] - Self-Supervised Pre-Training of Swin Transformersfor 3D Medical Image Analysis *Self-Supervised learning을 이용한 Swin UNETR 논문 리뷰 글입니다. 궁금하신 점은 댓글로 남겨주세요! SSL Swin UNETR paper: [2111.14791] Self-Supervised Pre-Training of Swin Transformers for 3D Medical Image Analysis (arxiv.org) Self-Supervised Pre-Training of Swin Transformers for 3D Medical Image Analysis Vision Transformers (ViT)s have shown great performance in self-supervised learning of global and local representation..
[Swin UNETR 논문 리뷰] - Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images *해당 글은 Swin UNETR 논문 리뷰를 위한 글입니다. 궁금하신 점은 댓글로 남겨주세요. Swin UNETR: [2201.01266] Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images (arxiv.org) Swin UNETR: Swin Transformers for Semantic Segmentation of Brain Tumors in MRI Images Semantic segmentation of brain tumors is a fundamental medical image analysis task involving multiple MRI imaging modalities that can as..
[CLIP-NeRF 논문 리뷰] - CLIP-NeRF: Text-and-Image Driven Manipulation of Neural Radiance Fields *해당 글은 CLIP-NeRF 논문 리뷰를 위한 글입니다. 궁금하신 점은 댓글로 남겨주세요! CLIP-NeRF paper: [2112.05139] CLIP-NeRF: Text-and-Image Driven Manipulation of Neural Radiance Fields (arxiv.org) CLIP-NeRF: Text-and-Image Driven Manipulation of Neural Radiance Fields We present CLIP-NeRF, a multi-modal 3D object manipulation method for neural radiance fields (NeRF). By leveraging the joint language-image embedding space of t..
[ViT for NeRF 논문 리뷰] - Vision Transformer for NeRF-Based View Synthesis from a Single Input Image *해당논문은 Vision Transformer for NeRF를 위한 논문 리뷰 글입니다! 궁금한 점은 댓글로 남겨주세요! Vision Transformer for NeRF paper: [2207.05736] Vision Transformer for NeRF-Based View Synthesis from a Single Input Image (arxiv.org) Vision Transformer for NeRF-Based View Synthesis from a Single Input Image Although neural radiance fields (NeRF) have shown impressive advances for novel view synthesis, most methods typically ..
[VDE 논문 리뷰] - Vehicle Distance Estimation from a Monocular Camera for Advanced Driver Assistance Systems *VDE 논문 리뷰를 위한 글 입니다! 궁금하신 점이 있다면 댓글로 달아주세요! *이 논문에서는 Self-driving car에서 Distance estimation을 수행하는 딥러닝을 제시합니다. VDE(ODD) paper: https://www.mdpi.com/2073-8994/14/12/2657 Vehicle Distance Estimation from a Monocular Camera for Advanced Driver Assistance Systems The purpose of this study is to propose a framework for accurate and efficient vehicle distance estimation from a monocular camera. The pr..
[GLPDepth 논문 리뷰] - Global-Local Path Networks for Monocular Depth Estimation with Vertical CutDepth *GLPDepth 논문 리뷰를 위한 글입니다! 궁금한 점이 있다면 댓글로 질문주세요! GLPDepth paper: [2201.07436] Global-Local Path Networks for Monocular Depth Estimation with Vertical CutDepth (arxiv.org) Global-Local Path Networks for Monocular Depth Estimation with Vertical CutDepth Depth estimation from a single image is an important task that can be applied to various fields in computer vision, and has grown rapidly with the ..
[DETR 논문 리뷰] - End-to-End Object Detection with Transformers *DETR 논문 리뷰를 위한 글입니다! 궁금하신 점이 있다면 댓글로 남겨주세요. DETR paper: [2005.12872] End-to-End Object Detection with Transformers (arxiv.org) End-to-End Object Detection with Transformers We present a new method that views object detection as a direct set prediction problem. Our approach streamlines the detection pipeline, effectively removing the need for many hand-designed components like a non-maximum supp..
[NeRF-Art 논문 리뷰] - Text-Driven Neural Radiance Fields Stylization *NeRF-Art 논문 리뷰 글입니다! 궁금하신 점이 있다면 댓글로 남겨주세요! NeRF-Art paper: [2212.08070] NeRF-Art: Text-Driven Neural Radiance Fields Stylization (arxiv.org) NeRF-Art: Text-Driven Neural Radiance Fields Stylization As a powerful representation of 3D scenes, the neural radiance field (NeRF) enables high-quality novel view synthesis from multi-view images. Stylizing NeRF, however, remains challenging, especially..

반응형