일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- 딥러닝 엔트로피
- object detection
- gres
- res paper
- clip adapter
- 에지 검출
- 기계학습
- 2호선 따라걷기
- 객체 검출
- 2호선 완주
- grefcoco
- gsoc 후기
- 딥러닝 목적함수
- grefcoco dataset
- 1차 미분 마스크
- 논문 요약
- blip-2
- referring expression segmentation
- 이미지 필터링
- clip
- res
- mobilenetv1
- 논문 리뷰
- 엔트로피란
- 대학원 일상
- 원격 학습 안끊기게
- vlm
- gsoc 2025
- gsoc midterm evaluations
- Object detection article
- Today
- Total
목록Paper (50)
My Vision, Computer Vision

AI-TOD_ICPR_camera_ready.pdf drive.google.com 본 논문의 main contribution 항공 이미지의 소형 객체 탐지를 위한 AI-TOD dataset을 소개한다. 소형 객체 탐지를 위한 네트워크 제안(M-CenterNet) → 이 내용은 본 글에 담지 않았음. Abstract AI-TOD dataset의 개요는 아래와 같다. Image : 28,036개 Object : 700,621개 Class : 8개 객체 평균 크기 : 12.8픽셀(제일 큰 객체 64픽셀) Introduction Tiny object detecion(소형 객체 탐지)는 대규모 감시, 지능형 교통, 위치 기반 서비스 등에 이용된다. 기존 객체 검출 태스크에 비해 항공 이미지 내 객체가 미시적인 경..

SSD: Single Shot MultiBox Detector We present a method for detecting objects in images using a single deep neural network. Our approach, named SSD, discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per feature map location. At arxiv.org GitHub - sgrvinod/a-PyTorch-Tutorial-to-Object-Detection: SSD: Single Shot MultiBox Detector | a..
How to read a paper | ACM SIGCOMM Computer Communication Review Researchers spend a great deal of time reading research papers. However, this skill is rarely taught, leading to much wasted effort. This article outlines a practical and efficient three-pass method for reading research papers. I also describe how to ... dl.acm.org 이 article은 논문을 어떻게 읽어야 하는지, 실제로 연구 분야에 대한 서베이를 어떻게 해야 하는지에 대해 다룬다. 나..

A Survey of Modern Deep Learning based Object Detection Models Object Detection is the task of classification and localization of objects in an image or video. It has gained prominence in recent years due to its widespread applications. This article surveys recent developments in deep learning based object detectors. arxiv.org 이전 글에서 이어집니다. A Survey of Modern Deep Learning based Object Detection..

A Survey of Modern Deep Learning based Object Detection Models Object Detection is the task of classification and localization of objects in an image or video. It has gained prominence in recent years due to its widespread applications. This article surveys recent developments in deep learning based object detectors. arxiv.org 이 논문은 2021년 쓰였다. 2012년 AlexNet의 등장으로 CNN이 본격적으로 재조명된 후부터 Object detec..
You Only Look Once: Unified, Real-Time Object Detection We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated class probabili arxiv.org Abstract 분류기를 검출기로 사용했던 기존 방법들과 다르게 YOLO는 객체 검출을 회귀 문제로 보았다. 즉 기존 작업들은 Boun..