paper-with-me

홈 › Papers

LiFT: Lightweight, FPGA-tailored 3D object detection based on LiDAR data

2025-01-19 · Konrad Lis, Tomasz Kryjak, Marek Gorgon

This paper presents LiFT, a lightweight, fully quantized 3D object detection algorithm for LiDAR data, optimized for real-time inference on FPGA platforms. Through an in-depth analysis of FPGA-specific limitations, we identify a set of FPGA-induced constraints that shape the algorithm's design. These include a computational complexity limit of 30 GMACs (billion multiply-accumulate operations), INT8 quantization for weights and activations, 2D cell-based processing instead of 3D voxels, and minimal use of skip connections. To meet these constraints while maximizing performance, LiFT combines novel mechanisms with state-of-the-art techniques such as reparameterizable convolutions and fully sparse architecture. Key innovations include the Dual-bound Pillar Feature Net, which boosts performance without increasing complexity, and an efficient scheme for INT8 quantization of input features. With a computational cost of just 20.73 GMACs, LiFT stands out as one of the few algorithms targeting minimal-complexity 3D object detection. Among comparable methods, LiFT ranks first, achieving an mAP of 51.84% and an NDS of 61.01% on the challenging NuScenes validation dataset. The code will be available at https://github.com/vision-agh/lift.

📄 PDF Abstract BibTeX arXiv:2501.11159

Code (1)

vision-agh/lift 공식 구현 pytorch

Tasks

3D Object Detectionobject-detectionObject DetectionQuantization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

LiFT: A Surprisingly Simple Lightweight Feature Transform for Dense ViT Descriptors

2024-03-21 · Saksham Suri, Matthew Walmer, Kamal Gupta, Abhinav Shrivastava

We present a simple self-supervised method to enhance the performance of ViT features for dense downstream tasks. Our Lightweight Feature Transform (LiFT) is a straightforward and compact postprocessing network that can …

Feature UpsamplingObject Discovery

LiDAR Based Semantic Perception for Forklifts in Outdoor Environments

2025-05-28 · Benjamin Serfling, Hannes Reichert, Lorenzo Bayerlein, Konrad Doll 외

In this study, we present a novel LiDAR-based semantic segmentation framework tailored for autonomous forklifts operating in complex outdoor environments. Central to our approach is the integration of a dual LiDAR system…

Scene UnderstandingSegmentationSemantic Segmentation

Computational models of object motion detectors accelerated using FPGA technology

2023-08-23 · Pedro Machado

This PhD research introduces three key contributions in the domain of object motion detection: Multi-Hierarchical Spiking Neural Network (MHSNN): A specialized four-layer Spiking Neural Network (SNN) architecture inspire…

Motion DetectionObject

SkyNet: A Champion Model for DAC-SDC on Low Power Object Detection

2019-06-25 · Xiaofan Zhang, Cong Hao, Haoming Lu, Jiachen Li 외

Developing artificial intelligence (AI) at the edge is always challenging, since edge devices have limited computation capability and memory resources but need to meet demanding requirements, such as real-time processing…

GPUobject-detectionObject Detection

Gen-TAS: A Generative AI-Aided Hardware-Software Task Allocation Framework for FPGA-GPP Heterogeneous Systems

2026-08-28 · Mary Kong, Yuqin Zhao, Semih Vazgecen, Cristian Sestito 외 arxiv

FPGA-GPP heterogeneous systems combine software flexibility with the performance and energy efficiency of reconfigurable hardware. However, determining which application tasks should execute on the GPP or FPGA requires e…