paper-with-me

홈 › Papers

PowerBEV: A Powerful Yet Lightweight Framework for Instance Prediction in Bird's-Eye View

2023-06-19 · Peizheng Li, Shuxiao Ding, Xieyuanli Chen, Niklas Hanselmann, Marius Cordts, Juergen Gall

Accurately perceiving instances and predicting their future motion are key tasks for autonomous vehicles, enabling them to navigate safely in complex urban traffic. While bird's-eye view (BEV) representations are commonplace in perception for autonomous driving, their potential in a motion prediction setting is less explored. Existing approaches for BEV instance prediction from surround cameras rely on a multi-task auto-regressive setup coupled with complex post-processing to predict future instances in a spatio-temporally consistent manner. In this paper, we depart from this paradigm and propose an efficient novel end-to-end framework named POWERBEV, which differs in several design choices aimed at reducing the inherent redundancy in previous methods. First, rather than predicting the future in an auto-regressive fashion, POWERBEV uses a parallel, multi-scale module built from lightweight 2D convolutional networks. Second, we show that segmentation and centripetal backward flow are sufficient for prediction, simplifying previous multi-task objectives by eliminating redundant output modalities. Building on this output representation, we propose a simple, flow warping-based post-processing approach which produces more stable instance associations across time. Through this lightweight yet powerful design, POWERBEV outperforms state-of-the-art baselines on the NuScenes Dataset and poses an alternative paradigm for BEV instance prediction. We made our code publicly available at: https://github.com/EdwardLeeLPZ/PowerBEV.

📄 PDF Abstract BibTeX arXiv:2306.10761

Code (1)

edwardleelpz/powerbev 공식 구현 pytorch

Tasks

Autonomous DrivingAutonomous Vehiclesmotion predictionNavigatePrediction

Similar Papers 제목 키워드 기반

Mask Frozen-DETR: High Quality Instance Segmentation with One GPU

2023-08-07 · Zhanhao Liang, Yuhui Yuan

In this paper, we aim to study how to build a strong instance segmenter with minimal training time and GPUs, as opposed to the majority of current approaches that pursue more accurate instance segmenter by building more …

GPUInstance Segmentationobject-detectionObject Detection+1

ReFIT: Relevance Feedback from a Reranker during Inference

2023-05-19 · Revanth Gangi Reddy, Pradeep Dasigi, Md Arafat Sultan, Arman Cohan 외

Retrieve-and-rerank is a prevalent framework in neural information retrieval, wherein a bi-encoder network initially retrieves a pre-defined number of candidates (e.g., K=100), which are then reranked by a more powerful …

Information RetrievalRetrieval

OpenVIS: Open-vocabulary Video Instance Segmentation

2023-05-26 · Pinxue Guo, Tony Huang, Peiyang He, Xuefeng Liu 외

Open-vocabulary Video Instance Segmentation (OpenVIS) can simultaneously detect, segment, and track arbitrary object categories in a video, without being constrained to categories seen during training. In this work, we p…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

CLARIFY: A Specialist-Generalist Framework for Accurate and Lightweight Dermatological Visual Question Answering

2025-08-25 · Aranya Saha, Tanvir Ahmed Khan, Ismam Nur Swapnil, Mohammad Ariful Haque arxiv

Vision-language models (VLMs) have shown significant potential for medical tasks; however, their general-purpose nature can limit specialized diagnostic accuracy, and their large size poses substantial inference costs fo…

Visual Question AnsweringComputational Efficiency

Aqua Boundary-Saliency Attention Module for Lightweight Underwater Salient Instance Segmentation Detection Transformer

2026-06-06 · M. Fazri Nizar, Julian Supardi, Muhammad Naufal Rachmatullah arxiv

Underwater instance segmentation integrates pixel-level mask prediction and instance-level discrimination for marine resource exploration, ecological monitoring, and underwater robotic perception. Recent prompt-based and…

Instance Segmentation