본문 바로가기

분류 전체보기21

[논문 리뷰] You Only Look Once: Unified, Real-Time Object Detection Paper DetailsTitle: You Only Look Once: Unified, Real-Time Object DetectionAuthors: Joseph Redmon, Santosh Divvala, Ross Girshick, Ali FarhadiConference: IEEE Conference on Computer Vision and Pattern Recognition (CVPR)Year of Publication: 2016Link: https://arxiv.org/abs/1506.02640Key Focus:YOLO reframes object detection as a single regression problem, predicting bounding boxes and class probabi.. 2025. 2. 5.
[Tistory] 티스토리 코드블럭 가로 스크롤 코드블럭으로 코드를 입력할 때, 코드가 가로로 길어지다보면 아래와 같이 코드가 자동 줄바꿈되어서 보이는 경우가 있다.  문제는 코드가 길어질수록 이게 코드 가독성을 엄~~청나게 떨어뜨린다는 것ㅜ그래서 간단한 CSS 코드를 추가해서 가로 스크롤이 되도록 했다. 코드 적용 방법(우측 상단) 프로필 이미지 선택 > 관리 > (좌측 패널) 꾸미기 > 스킨 편집 선택 > (우측) html 편집 선택 > CSS 탭 CSS 코드 .hljs { white-space: pre; overflow-x: auto;}  적용하고 나면 아래와 같이 코드블럭에 가로 스크롤이 잘 적용된 걸 볼 수 있다! 2025. 1. 29.
[논문 리뷰] InstructPix2Pix: Learning to Follow Image Editing Instructions Paper DetailsTitle: InstructPix2Pix: Learning to Follow Image Editing InstructionsAuthors: Tim Brooks, Aleksander Holynski, Alexei A. EfrosConference: IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) 2023Year of Publication: 2023Link: https://arxiv.org/abs/2211.09800 / https://www.timothybrooks.com/instruct-pix2pixKey Focus: This paper introduces InstructPix2Pix, a condition.. 2025. 1. 27.
[논문 리뷰] Attention is All You Need Paper DetailsTitle: Attention is All You NeedAuthors: Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Łukasz Kaiser, Illia PolosukhinConference: 2017 NeurIPS (31st Conference on Neural Information Processing Systems)Year of Publication: 2017Link: https://arxiv.org/abs/1706.03762Key Focus: The Transformer replaces traditional RNN and CNN-based sequence mod.. 2025. 1. 24.
[Tistory] 티스토리 백틱(`)으로 인라인 코드 입력하기 안타깝게도 노션이나 벨로그와는 달리 티스토리에는 백틱으로 인라인 코드를 입력할 수 있는 방법이 없다.그렇지만 모든 코드를 코드 블럭으로만 처리할 수 없어서 HTML/CSS 코드를 추가해서 백틱으로 인라인 코드 입력이 가능하도록 했다. 관련하여 검색해보면 다양한 블로그 글과 코드를 볼 수 있는데, 그냥 그대로 복붙해서 적용하니 내 블로그 스킨에서는 잘 적용되지 않아서 약간 손봤다.복잡한 이야기들은 모두 생략하고 결괒거으로 내가 적용한 코드는 아래와 같다~! 참고로 나는 Book Club 이라는 스킨을 사용하고 있다! 코드 적용 방법(우측 상단) 프로필 이미지 선택 > 관리 > (좌측 패널) 꾸미기 > 스킨 편집 선택 > (우측) html 편집 선택 백틱 인라인 적용 코드HTML 코드어디에 넣든 상관없지만 .. 2025. 1. 15.
[논문 리뷰] V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation Paper DetailsTitle: V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image SegmentationAuthors: Fausto Milletari, Nassir Navab, Seyed-Ahmad AhmadiConference: Medical Image Computing and Computer-Assisted Intervention (MICCAI)Year of Publication: 2016Link: https://arxiv.org/abs/1606.04797Key Focus: This paper introduces V-Net, a fully convolutional neural network designed for 3D .. 2025. 1. 10.
[ML/DL] 머신러닝 개요 1. 머신러닝이란?인공지능 / 머신러닝 / 딥러닝의 포함관계✅ 인공지능(Artificial Intelligence) > 머신러닝(Machine Learning, 기계학습) > 딥러닝 (Deep Learning, 심층학습)인공지능(Artificial Intelligence): 인간의 지능을 모방하여 사람이 하는 일을 컴퓨터(기계)가 할 수 있도록 하는 기술머신러닝(Machine Learning): 데이터로부터 패턴을 학습하여 명시적 프로그래밍 없이 예측 또는 의사결정을 수행하는 알고리즘딥러닝(Deep Learning): 다층 신경망(Neural Networks)을 활용하여 데이터에서 복잡한 특징을 자동으로 학습하는 머신러닝의 한 분야 머신러닝과 딥러닝은 모두 학습 모델을 제공해서 데이터를 분류할 수 있는 .. 2025. 1. 2.
[논문 리뷰] Interpolating between Images with Diffusion Models Paper DetailsTitle: Interpolating between Images with Diffusion Models Authors: Clinton J. Wang, Polina Golland Institution: MIT CSAIL Year of Publication: 2023Link: https://arxiv.org/pdf/2307.12560Key Focus: This paper addresses the challenge of image interpolation, which is underexplored in current image generation pipelines. The authors propose a novel method using latent diffusion models to .. 2024. 12. 30.
[논문 리뷰] Flamingo: A Visual Language Model for Few-Shot Learning Paper Details Title: Flamingo: A Visual Language Model for Few-Shot Learning Authors: Jean-Baptiste Alayrac*, Jeff Donahue*, Pauline Luc*, Antoine Miech*, Iain Barr†, Yana Hasson†, Karel Lenc†, Arthur Mensch†, Katie Millican†, Malcolm Reynolds†, Roman Ring†, Eliza Rutherford†, Serkan Cabi, Tengda Han, Zhitao Gong, Sina Samangooei, Marianne Monteiro, Jacob Menick, Sebastian Borgeaud, Andrew Brock.. 2024. 12. 23.