Analýza metod senzorové fúze LiDARu a kamerového obrazu pro interpretaci scén
| dc.contributor.advisor | Klein, Tomáš | |
| dc.contributor.author | Zlobin, Viacheslav | |
| dc.contributor.referee | Suchánek, Daniel | |
| dc.date.accepted | 2026-06-03 | |
| dc.date.accessioned | 2026-09-02T14:42:46Z | |
| dc.date.available | 2026-09-02T14:42:46Z | |
| dc.date.issued | 2026 | |
| dc.description.abstract | Bakalářská práce se zabývá analýzou a experimentálním srovnáním metod senzorové fúze LiDARu a kamerového obrazu pro účely interpretace scény v prostředí autonomního řízení. Teoretická část popisuje fyzikální principy obou senzorů – mechanismus měření vzdálenosti metodami Time-of-Flight a spojité fázové modulace u LiDARu, model dírkové kamery, intrinsické a extrinsické kalibrační parametry – a systematicky třídí fúzní strategie podle úrovně abstrakce zpracovávaných dat na early fusion, feature-level fusion a decision-level fusion, včetně analýzy jejich výhod, omezení a typických reprezentantů v literatuře. Praktická část popisuje návrh a implementaci modulárního systému v jazyce Python, pracujícího s 1500 snímky z tréninkové sady datasetu KITTI. Zpracování LiDAR dat zahrnuje segmentaci vozovky prahováním výšky, adaptivní voxelizaci a shlukování algoritmem HDBSCAN s parametry přizpůsobenými průměrné vzdálenosti bodů od senzoru, doplněné geometrickou filtrací a algoritmem NMS. Detekce kamerou je realizována modelem YOLOv8n předtrénovaným na datasetu COCO s mapováním výstupních tříd na kategorie KITTI. Systém implementuje dvě metody fúze: Feature-level Fusion využívá LiDAR pro vymezení oblasti zájmu (ROI) v obraze, přičemž klasifikaci objektů výhradně v této oblasti provádí model YOLOv8n s prahem spolehlivosti. Decision-level Fusion zpracovává data obou senzorů nezávisle a výsledky páruje Greedy algoritmem na základě skóre shody kombinujícího IoU ohraničujících rámečků a euklidovskou vzdálenost jejich středů v obrazovém prostoru, přičemž do finálního hodnocení vstupují pouze detekce potvrzené oběma senzory současně. Přesnost obou metod byla vyhodnocena pomocí metrik Precision, Recall a F1-skóre. | cs |
| dc.description.abstract | This bachelor’s thesis examines the analysis and experimental comparison of LiDAR and camera image sensor fusion methods for scene interpretation in autonomous driving applications. The theoretical section describes the physical principles of both sensors—the distance measurement mechanism using Time-of-Flight and continuous phase modulation methods in LiDAR, the pinhole camera model, and intrinsic and extrinsic calibration parameters—and systematically classifies fusionstrategies according to the level of abstraction of the processed data into early fusion, feature-level fusion, and decision-level fusion, including an analysis of their advantages, limitations, and typical examples in the literature. The practical section describes the design and implementation of a modular system in Python, working with 1500 images from the KITTI dataset training set. LiDAR data processing involves road segmentation via height thresholding, adaptive voxelization, and clustering using the HDBSCAN algorithm with parameters adapted to the average distance of points from the sensor, supplemented by geometric filtering and the NMS algorithm. Camera detection is performed using the YOLOv8n model pre-trained on the COCO dataset with output classes mapped to KITTI categories. The system implements two fusion methods: Feature-level Fusion uses LiDAR to define the region of interest (ROI) in the image, with object classification exclusively within this area performed by the YOLOv8n model with a confidence threshold. Decision-level Fusion processes data from both sensors independently and pairs the results using a Greedy algorithm based on a matching score combining the IoU of the bounding boxes and the Euclidean distance between their centers in image space, with only detections confirmed by both sensors simultaneously entering the final evaluation. The accuracy of both methods was evaluated using the Precision, Recall, and F1-score metrics. | en |
| dc.description.department | 430 - Katedra aplikované elektroniky | cs |
| dc.description.result | výborně | cs |
| dc.format.extent | 16103126 bytes | |
| dc.format.mimetype | application/pdf | |
| dc.identifier.other | OSD002 | |
| dc.identifier.sender | S2724 | |
| dc.identifier.thesis | ZLO0023_FEI_B0713A060007_2026 | |
| dc.identifier.uri | http://hdl.handle.net/10084/160987 | |
| dc.language.iso | cs | |
| dc.publisher | Vysoká škola báňská – Technická univerzita Ostrava | cs |
| dc.rights.access | openAccess | |
| dc.subject | Autonomní řízení | cs |
| dc.subject | detekce objektů | cs |
| dc.subject | HDBSCAN | cs |
| dc.subject | kamera | cs |
| dc.subject | KITTI | cs |
| dc.subject | LiDAR | cs |
| dc.subject | senzorová fúze | cs |
| dc.subject | YOLOv8 | cs |
| dc.subject | Autonomous driving | en |
| dc.subject | camera | en |
| dc.subject | HDBSCAN | en |
| dc.subject | KITTI | en |
| dc.subject | LiDAR | en |
| dc.subject | object detection | en |
| dc.subject | sensor fusion | en |
| dc.subject | YOLOv8 | en |
| dc.thesis.degree-grantor | Vysoká škola báňská – Technická univerzita Ostrava. Fakulta elektrotechniky a informatiky | cs |
| dc.thesis.degree-level | Bakalářský studijní program | cs |
| dc.thesis.degree-name | Bc. | |
| dc.thesis.degree-program | Automobilové elektronické systémy | cs |
| dc.title | Analýza metod senzorové fúze LiDARu a kamerového obrazu pro interpretaci scén | cs |
| dc.title.alternative | Analysis of LiDAR and Camera Sensor Fusion Methods for Scene Interpretation | en |
| dc.type | Bakalářská práce | cs |
| local.files.count | 5 | |
| local.files.size | 16651624 | |
| local.has.files | yes |
Files
Original bundle
1 - 5 out of 5 results
Loading...
- Name:
- ZLO0023_FEI_B0713A060007_2026.pdf
- Size:
- 15.36 MB
- Format:
- Adobe Portable Document Format
- Description:
- Text práce
Loading...
- Name:
- ZLO0023_FEI_B0713A060007_2026_zadani.pdf
- Size:
- 152.84 KB
- Format:
- Adobe Portable Document Format
- Description:
- Zadání
Loading...
- Name:
- ZLO0023_FEI_B0713A060007_2026_posudek_vedouci_Klein_Tomas.pdf
- Size:
- 159.59 KB
- Format:
- Adobe Portable Document Format
- Description:
- Posudek vedoucího – Klein, Tomáš
Loading...
- Name:
- ZLO0023_FEI_B0713A060007_2026_posudek_oponent_Suchanek_Daniel.pdf
- Size:
- 160.93 KB
- Format:
- Adobe Portable Document Format
- Description:
- Posudek oponenta – Suchánek, Daniel
Loading...
- Name:
- ZLO0023_FEI_B0713A060007_2026_zaznam_z_obhajoby.pdf
- Size:
- 62.28 KB
- Format:
- Adobe Portable Document Format
- Description:
- Záznam o průběhu a výsledku obhajoby