Next Article in Journal
SAMS-Net: A Smoothness-Anchored Monotone Neural Differential Equation Network for Failure-Only-Supervised Structural Health Indicator Construction
Previous Article in Journal
AI-Assisted ISP and Chip-Off Forensic Framework for Damaged Android Devices
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Rail-BEV: A LiDAR-Centric and Sensor-Aware BEV Perception Framework for Long-Range Railway Obstacle Detection

1
School of Civil Engineering and Architecture, East China Jiaotong University, Nanchang 330013, China
2
State Key Laboratory of Safety and Resilience of Civil Engineering in Mountain Area, East China Jiaotong University, Nanchang 330013, China
3
School of Information and Software Engineering, East China Jiaotong University, Nanchang 330013, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(12), 3637; https://doi.org/10.3390/s26123637
Submission received: 2 May 2026 / Revised: 29 May 2026 / Accepted: 5 June 2026 / Published: 7 June 2026
(This article belongs to the Section Communications)

Abstract

Reliable long-range onboard perception is a prerequisite for future railway safety systems, where potential obstacles must be recognized under long braking distances, sparse far-field returns, and strongly constrained rail-corridor geometry. This paper presents Rail-BEV as an initial reproducible baseline study for LiDAR-centric, sensor-aware bird’s-eye-view (BEV) railway obstacle perception. LiDAR is used as the primary geometric sensing modality, while a front-center RGB camera provides lightweight auxiliary visual evidence through calibrated LiDAR-to-image projection. The aligned geometric and visual cues are organized within a unified railway-oriented BEV backend that integrates geometry-aware fusion, rail-geometry prediction, and lightweight inference-time structural refinement. Evaluation was conducted on a scene-isolated railway benchmark with range-stratified center-distance matching, and all model variants were assessed on independent test sequences rather than on validation-selected checkpoints. Compared with CenterPoint and BEVFusion baselines evaluated under the same settings, Rail-BEV achieved the highest overall mAP of 0.6669, with particularly improved long-range pedestrian perception. The controlled ablation further shows that front-view RGB evidence improves the LiDAR-only baseline from 0.5612 to 0.5750 mAP, while ROI-based rail-corridor refinement further increases mAP to 0.5916 and Rail-BEV mIoU to 0.1193. These results indicate that LiDAR-centered sensing, lightweight visual assistance, and coarse rail-aware structural reasoning can be jointly organized to support reproducible long-range railway obstacle perception. This study also clarifies the remaining limitations in rail-geometry quality, calibration robustness, sensor degradation, and strict railway-oriented localization.

Graphical Abstract

1. Introduction

Reliable long-range onboard perception is a fundamental prerequisite for future railway safety systems. Unlike road vehicles, trains operate with significantly longer braking distances, limited maneuverability, and a tightly constrained rail corridor geometry. Consequently, potential obstacles must be detected well before they pose immediate intrusion risks. This requirement is particularly demanding in mainline railway environments, where safety-critical objects often appear at long ranges, within narrow clearance regions, and against complex trackside backgrounds. Therefore, railway obstacle perception should be treated not as a direct extension of open-road autonomous-driving detection, but as a structured sensing problem governed by railway geometry, onboard sensor topology, and application-specific evaluation metrics.
LiDAR is well suited for railway perception. Its active metric ranging and ability to map 3D structure are key advantages [1,2,3]. However, long-range LiDAR sensing is intrinsically challenging. As distance increases, effective point density degrades. Far-field targets become sparse and fragmented in returns. In railway scenes, this sparsity is made worse by persistent structural clutter. Examples include catenary poles, signal equipment, vegetation, platform edges, and elongated trackside infrastructure. Small but safety-critical objects near the rail corridor may have weaker geometric signatures than visually prominent but irrelevant background structures. This imbalance between geometric salience and operational relevance is a core challenge for long-range railway obstacle perception [4].
Most existing 3D object detection frameworks have been developed for automotive road scenes, where object localization is typically performed over a broad, relatively isotropic bird’s-eye-view (BEV) space. Although voxel-based, pillar-based, and center-based LiDAR detectors have established strong baselines for outdoor 3D perception [5,6,7,8], their underlying spatial assumptions do not fully align with the constraints of railway sensing. In railway environments, the operational significance of a detected object is strictly conditioned by its spatial relationship to the rail corridor and the clearance envelope. An object located within the rail corridor carries fundamentally different safety implications than a similar target outside it. Thus, uniformly processing the entire BEV plane risks diluting rail-relevant features and increasing vulnerability to off-corridor clutter.
A unified BEV representation provides a natural spatial framework for multi-sensor railway perception, as it maps geometric structure, visual cues, rail geometry, and object locations into a common coordinate system [9,10]. For railway scenes, this property is invaluable: the BEV plane aligns seamlessly with the track-oriented operating space, thereby facilitating corridor-aware reasoning. However, generic BEV fusion alone is insufficient. A dedicated railway perception framework must also encode rail geometry, account for operational domain variations, and distinguish standard reproducible detection benchmarks from stricter, railway-specific localization diagnostics. This distinction is vital because overlap-based 3D metrics can become unstable for small, distant objects, whereas strict rail-corridor localization remains exceptionally challenging under sparse far-field returns [4,11].
The organization of sensor data is equally critical. Modern railway datasets provide calibrated and synchronized onboard sensing streams, enabling the investigation of multimodal perception under realistic operating conditions [12]. However, directly deploying heavy surround-view fusion architectures designed for road vehicles is sub-optimal for railway applications. The forward rail corridor represents the dominant safety-critical field of view, where LiDAR remains the most reliable source of metric geometry. A more effective strategy is to maintain LiDAR as the primary sensing modality while utilizing a front-center RGB camera to provide lightweight, auxiliary visual cues [13,14,15,16]. In this configuration, calibrated LiDAR-to-image projection serves as the geometric interface between modalities, allowing front-view visual features to be explicitly associated with LiDAR structures prior to BEV projection.
To address these challenges, this paper presents Rail-BEV, a LiDAR-centric, sensor-aware BEV perception framework for long-range railway obstacle detection. The framework adopts a forward-facing sensing configuration in which LiDAR provides the primary geometric representation, and a single front-center RGB camera supplies aligned auxiliary visual features via calibrated LiDAR-to-image projection. The aligned geometric and visual cues are integrated within a railway-oriented BEV backend that combines geometry-aware fusion, rail-geometry prediction, and lightweight inference-time structural refinement. Rather than treating Rail-BEV as a generic open-road detector, this study frames it as a dedicated railway sensing pipeline that jointly optimizes onboard sensor configurations, cross-modal geometric alignment, rail-corridor topology, operational domain behaviors, and protocol-aware evaluation metrics.
The main contributions of this study are summarized as follows:
First, Rail-BEV is formulated as a LiDAR-centric and sensor-aware railway perception framework. Instead of adopting a heavy surround-view fusion design, the proposed framework preserves LiDAR as the dominant geometric modality and uses only the front-center RGB camera as lightweight auxiliary visual evidence. This asymmetric sensing hierarchy reflects the forward-looking nature of railway safety perception and the central role of metric geometry in long-range obstacle recognition.
Second, calibrated LiDAR-to-image projection and geometry-aware BEV fusion are incorporated to associate front-view visual cues with LiDAR structure. The resulting representation organizes sparse geometric evidence and dense visual information in a unified railway-oriented BEV space, allowing visual assistance to complement far-range point-cloud responses without weakening the LiDAR-centered sensing hierarchy.
Third, a rail-geometry branch and inference-time rail-aware refinement are introduced to encode corridor-level railway structure. The rail-geometry branch is not designed as a standalone high-fidelity rail segmentation module; rather, it provides a coarse structural prior that encourages the BEV representation to preserve the spatial relationship between candidate obstacles and the rail corridor.
Finally, the experimental evaluation is reorganized under a unified sequence-level benchmark with fixed data partitions, identical training settings, and independent test-set assessment. The revised ablation study isolates the effects of front-view RGB assistance, ROI-based rail-corridor refinement, and track-consistency refinement without relying on validation-set model selection. Representative comparisons with LiDAR-only and multimodal BEV baselines are further included to place Rail-BEV within a reproducible railway perception benchmark.

2. Related Work

2.1. LiDAR-Centric 3D Perception for Structured Railway Scenes

LiDAR-based 3D perception has become a central paradigm in outdoor autonomous sensing because it provides direct metric geometry and physically interpretable spatial structure. Voxel-based and pillar-style detectors convert unordered point clouds into structured BEV representations, while center-based detectors further formulate 3D object detection as center localization and attribute regression [5,6,7,17]. These approaches have established strong baselines for autonomous-driving perception and demonstrate the effectiveness of LiDAR-centered geometry for large-scale outdoor scenes [8,18]. Their success also explains why LiDAR is particularly attractive for railway perception, where long-range geometric awareness is essential for early obstacle recognition.
Recent railway-oriented LiDAR studies have started to adapt 3D detection architectures to railway foreign-object detection. For example, Rail-PillarNet improves a pillar-based LiDAR detector for railway foreign-object perception and demonstrates that task-specific adaptation is necessary when moving from road scenes to railway scenarios [19]. In addition to learning-based detectors, dedicated LiDAR systems and rail-surface obstacle extraction algorithms have also been developed for railway safety monitoring [1,2,3,20]. Nevertheless, most existing railway LiDAR detectors still focus primarily on object-level recognition. They do not fully integrate rail-corridor geometry as a structural component of the sensing pipeline.

2.2. RGB–LiDAR Fusion and BEV Representation

RGB–LiDAR fusion has been widely studied because cameras and LiDAR provide complementary sensing information. LiDAR offers accurate depth and sparse geometric structure, whereas RGB images provide dense appearance and semantic cues [10,13,14,15,16,21]. Early fusion strategies often associate image features with LiDAR points or project sparse point-cloud evidence into the image plane. Although these strategies can establish local cross-modal correspondence, they may not fully exploit the dense semantic information of images or provide a consistent spatial frame for downstream detection.
Unified BEV representation has become an important direction for multi-sensor perception because it allows geometric and visual evidence to be represented in a common coordinate system [9,10,22]. BEVFusion shows that multimodal features can be organized in a shared BEV space, preserving both geometric and semantic information while supporting downstream perception tasks [16]. This idea is especially relevant to railway scenarios because the BEV plane naturally matches the track-aligned operating space. Rail geometry, obstacle positions, and corridor constraints can be interpreted more coherently in BEV than in independent sensor coordinate systems.
For railway applications, however, sensor fusion must be designed according to the sensing hierarchy of the platform, rather than directly importing heavy surround-view camera architectures from road-scene autonomous driving. OSDaR23 provides calibrated and synchronized railway sensor data, including front-mounted visual sensors and LiDAR, enabling the study of multimodal railway perception under realistic onboard sensing conditions [23]. In the present work, LiDAR is retained as the primary geometric modality, while only the front-center RGB camera is used as lightweight auxiliary visual evidence [13,14]. Calibrated LiDAR-to-image projection provides the geometric interface between these modalities, allowing front-view visual cues to be associated with LiDAR structure before being organized in the BEV space. This formulation is more consistent with forward-looking railway perception than a full multi-camera fusion strategy.

2.3. Rail Geometry Modeling and Structural Guidance

Railway scenes are strongly structured by physical track geometry. Unlike general road environments, where objects can appear across a broad traffic space, railway obstacle relevance is tightly coupled to the rail corridor and clearance envelope. An object located inside or near the rail corridor has a different operational meaning from a visually similar object outside the corridor. This makes rail geometry an important source of structural guidance for perception [24,25].
Prior railway obstacle-detection systems have explored visual monitoring, laser-based sensing, multi-sensor onboard detection, and railway-specific 3D perception [12,26,27]. These works demonstrate that railway perception benefits from sensor configurations and spatial priors tailored to the rail environment. However, many existing strategies rely on heuristic region restriction, local filtering, or task-specific processing outside a unified BEV learning framework. Such designs can reduce background interference, but they may be difficult to generalize to curved tracks, platforms, turnouts, and complex station scenes [24,25].
A more integrated solution is to predict rail-related geometry within the perception network and use it as structural guidance for BEV-based obstacle perception. In Rail-BEV, the rail-geometry branch is therefore not treated merely as a visualization component. It provides an auxiliary structural signal that encourages the BEV representation to encode the rail corridor together with object-level evidence [24,25]. The subsequent lightweight structural refinement further uses this railway-consistent geometry to improve practical detection behavior. This design links rail geometry, LiDAR-centered sensing, and BEV obstacle perception within one pipeline.

2.4. Evaluation Protocols for Long-Range Railway Obstacle Perception

Evaluation is a critical issue in long-range railway perception. Conventional 3D object detection benchmarks often rely on overlap-based criteria such as 3D IoU and center-based metrics [7,18]. These metrics are useful for general object detection, but they can become unstable for small and distant targets. When an object is represented by only a few sparse LiDAR returns, small localization deviations may cause the predicted and ground-truth boxes to have little or no volumetric overlap, even if the prediction still carries warning value for railway safety [4,11].
Recent studies on 3D perception have pointed out that localization errors should be interpreted carefully under long-range and small-object conditions [4,11]. This issue is particularly important in railway applications because longitudinal and lateral errors do not have the same operational meaning. Longitudinal deviations may be influenced by range sparsity and braking-margin interpretation, whereas lateral deviations are directly related to whether an object intrudes into the rail clearance region. Therefore, a railway-oriented evaluation framework should separate the main reproducible detection benchmark from stricter safety-oriented localization diagnostics.
Following this principle, the present study reports the main benchmark using range-stratified center-distance AP/mAP together with rail BEV mIoU under a scene-isolated OSDaR23 evaluation setting [12]. The training, validation, and test partitions are separated at the scene/sequence level to reduce temporal leakage and to distinguish model development from independent evaluation. RA-AP and RA-mAP are retained as supplementary railway-oriented localization diagnostics rather than being promoted as the primary headline metric [11]. This separation is important for scientific clarity: center-distance mAP and rail BEV mIoU describe reproducible benchmark behavior, whereas RA diagnostics expose stricter localization bottlenecks under railway safety semantics.

3. Methodology

3.1. Sensor Configuration and Overall Framework

Rail-BEV is formulated as a LiDAR-centric and sensor-aware bird’s-eye-view (BEV) perception framework for long-range railway obstacle detection. The framework follows a frontal-clean onboard sensing configuration, in which LiDAR is retained as the primary geometric sensing modality and only the front-center RGB camera is used as lightweight auxiliary visual evidence. This design reflects the forward-looking nature of railway safety perception: the most safety-critical region is concentrated along the rail corridor, while LiDAR remains the most reliable source of metric geometry for long-range spatial reasoning [12,23,26,27]. The detailed sensor layout and configuration parameters are provided in Figure S1 and Table S1 of the Supplementary Materials.
As illustrated in Figure 1, Rail-BEV organizes heterogeneous onboard sensing signals into a unified railway-oriented BEV pipeline. The LiDAR stream first establishes the dominant BEV geometric representation. The front-center RGB stream provides auxiliary appearance evidence, which is associated with LiDAR geometry through calibrated LiDAR-to-image projection. The aligned visual and geometric cues are then integrated by a geometry-aware BEV fusion module. The fused representation is forwarded to two parallel task branches: a 3D object-detection head for railway obstacle perception, and a rail-geometry branch for structural corridor modeling. Finally, lightweight inference-time structural refinement is applied to improve the practical use of rail-consistent spatial information. The detailed stage-wise data flow of the framework is presented in Figure 2.
The proposed framework is therefore not intended as a heavy multimodal detector based on full surround-view camera fusion. Instead, it is designed as a LiDAR-dominant railway sensing backend in which front-view visual evidence, rail geometry, and BEV reasoning are coupled under a compact and deployment-oriented sensing hierarchy [9,13,14].

3.2. Frontal-Clean Sensor Data Organization

To stabilize the sensor interface for railway perception, Rail-BEV adopts a frontal-clean data organization strategy. Instead of using all available image streams, the data pipeline retains only the front-center RGB image and pairs it with the corresponding LiDAR frame and calibrated LiDAR-to-image projection matrix. This organization reduces cross-view fusion complexity while preserving the forward visual evidence that is most relevant to railway obstacle perception [23].
For each time step t, the sensor input is represented as a triplet consisting of the LiDAR point cloud, the front-center RGB image, and the calibrated projection matrix:
X t = { P t , I t , Π t } ,
where P t denotes the current LiDAR point cloud, I t denotes the aligned front-center image, and Π t denotes the LiDAR-to-image projection matrix. For a LiDAR point represented in homogeneous coordinates as p = [ x , y , z , 1 ] , its image-plane correspondence is obtained by
u ˜ = Π t p , u = u ˜ w ˜ , v = v ˜ w ˜ .

3.3. LiDAR-Centric BEV Perception Backbone

The perception backbone follows a LiDAR-centered BEV design. The LiDAR branch converts the point cloud into a structured BEV feature representation through voxel- or pillar-style encoding and BEV feature extraction [5,6]. This branch provides the primary geometric representation for downstream railway perception, because LiDAR directly preserves metric depth and spatial structure even when visual appearance is ambiguous. The LiDAR BEV feature at time t is expressed as
F t L = Φ L ( P t ) ,
where Φ L ( · ) denotes the LiDAR BEV encoder and F t L is the resulting BEV feature tensor. This representation serves as the dominant feature space of the framework. The detection and rail-geometry heads operate after sensor-aware fusion, but the geometric backbone remains LiDAR-centered throughout the pipeline.

3.4. Geometry-Aware BEV Fusion

The front-center RGB camera is used to provide auxiliary visual cues, rather than to replace LiDAR geometry. The image branch extracts features from the front-view image, and the calibrated projection matrix is used to associate image-space information with LiDAR geometry [9,13,14,15,16]. This design introduces visual evidence into the BEV domain while maintaining a physically interpretable sensing hierarchy.
The front-view image feature is defined as
F t I = Φ I ( I t ) ,
where Φ I ( · ) denotes the image feature extractor. The geometry-aware BEV fusion process is then formulated as
F t B = G ( F t L , F t I , Π t ) ,
where G ( · ) denotes the fusion operator that incorporates image evidence into the LiDAR-centered BEV representation using the calibrated projection relationship. The fused representation F t B preserves the geometric dominance of LiDAR while allowing front-view visual cues to complement sparse far-field point-cloud evidence. This formulation follows the frontal-clean sensing design: the system benefits from lightweight camera assistance without introducing the complexity of full multi-camera BEV fusion.

3.5. Rail-Geometry Branch as a Coarse Structural Prior

Railway obstacle relevance is strongly coupled with rail-corridor geometry. To encode this structure, Rail-BEV introduces a rail-geometry branch that predicts rail-related control points from BEV features. The branch acts as an auxiliary structural head and is optimized jointly with the object-detection branch. Its role is not to provide high-fidelity dense rail segmentation but to supply a coarse corridor-level structural prior that encourages the shared BEV representation to preserve rail-related spatial organization useful for railway obstacle perception [24,25].
Let the predicted and reference rail-control-point sets be defined as
R ^ t = { r i } i = 1 M , R t = { r j } j = 1 K .
The geometric discrepancy between the predicted and reference rail structures is measured by the Chamfer distance [28]:
d CD ( R ^ t , R t ) = 1 M i = 1 M min r j R t r ^ i r j 2 2 + 1 K j = 1 K min r ^ i R ^ t r j r ^ i 2 2 .
The overall training objective combines the detection loss and the rail-geometry loss:
L total = L det + λ rail L rail .
where L det denotes the object-detection loss, L rail denotes the rail-geometry loss derived from the predicted rail structure, and λ rail controls the contribution of the structural branch. This formulation keeps the rail branch as an auxiliary geometric constraint and avoids reducing the detection objective to a single bounding-box regression term.

3.6. Inference-Time Structural Refinement

In addition to the neural BEV backend, Rail-BEV uses lightweight inference-time structural refinement to improve the practical use of railway-consistent spatial information. The refinement stage operates after raw predictions are generated and uses the predicted rail geometry to adjust detection behavior in a structurally informed manner. Its purpose is to suppress rail-inconsistent responses and recover rail-consistent candidates without imposing a fixed universal confidence-decay rule.
Let y t base denote the raw detection output from the BEV detector, and let R ^ t denote the predicted rail structure. The refined output is formulated as
y t * = H D H C ( y t base , R ^ t ) ,
where H C ( · ) denotes rail-corridor geometry refinement and H D ( · ) denotes track-consistency recovery. This composition describes structural refinement at the system level. It replaces the older fixed off-rail confidence-penalty formulation and avoids treating rail consistency as a hard binary mask. Under the revised independent-test evaluation, ROI-based rail-corridor refinement is interpreted as the main stable structural component, whereas the additional track-consistency step is treated as a supplementary refinement variant with limited incremental benefit in the current experiments.

3.7. Offline Class-Balanced Resampling

Railway obstacle datasets often exhibit long-tailed category distributions. Frequent or background-associated categories may dominate the optimization process, while rare but safety-critical obstacle instances remain underrepresented. To reduce this imbalance without increasing inference-time complexity, Rail-BEV adopts offline class-balanced resampling during data preparation.
Let N c denote the number of training samples associated with category c. The reweighted sampling probability is defined as
p ( c ) 1 N c α , α 0 ,
where α controls the strength of class rebalancing. The corresponding learning objective can be expressed as
J ( θ ) = E ( x , y ) p L total ( f θ ( x ) , y ) .
Because this rebalancing is performed before training, it does not introduce additional computational cost during inference. In the present framework, class-balanced resampling is treated as a supporting training strategy rather than as the sole driver of the final benchmark gain.

3.8. Stage-Wise Training Strategy

Rail-BEV adopts a stage-wise training strategy to improve optimization stability and separate different aspects of the sensing pipeline. The first stage establishes a geometry-reliable LiDAR backbone. The second stage adapts the LiDAR-centered detector to real railway sensing conditions. The third stage introduces the frontal-clean visual configuration and fine-tunes the sensor-aware BEV fusion pipeline using aligned LiDAR-RGB assets.
This process can be expressed as
θ ( 1 ) = arg min θ L ( 1 ) ( θ ) , θ ( 2 ) = arg min θ L ( 2 ) ( θ ; θ ( 1 ) ) , θ ( 3 ) = arg min θ L ( 3 ) ( θ ; θ ( 2 ) ) .
Here, θ ( 1 ) , θ ( 2 ) , and θ ( 3 ) denote the parameters obtained after LiDAR-centered pretraining, real-domain adaptation, and sensor-aware fine-tuning, respectively. This staged design follows the sensing hierarchy of the framework: stable LiDAR geometry is learned first, and lightweight visual assistance is introduced only after the core BEV detector has become sufficiently reliable.

3.9. Main Benchmark and Supplementary Diagnostics

The main benchmark of Rail-BEV is based on range-stratified center-distance AP/mAP together with rail BEV mIoU. This choice is motivated by the difficulty of evaluating small and distant railway objects using strict overlap-based criteria [11,29]. A prediction is matched to a reference object when the Euclidean center-distance criterion is satisfied:
c ^ c 2 τ c ,
where c ^ and c denote the predicted and reference object centers, respectively, and τ c is the class-specific center-distance threshold.
Rail-geometry consistency is evaluated by rasterizing predicted and reference rail structures into BEV occupancy masks. The rail BEV mIoU is calculated as follows:
Rail _ BEV _ mIoU = | M ^ M | | M ^ M | + ε ,
where M ^ and M denote the predicted and reference BEV rail masks, and ε is a small constant used for numerical stability.
In addition to the main benchmark, RA-AP and RA-mAP are retained as supplementary railway-oriented localization diagnostics. These diagnostics are not used as the primary headline metric, but they help expose the remaining difficulty of strict rail-corridor localization [11]. For a predicted box and a reference box, the decoupled elliptical localization distance is defined as follows:
d elli ( B pred , B gt ) = Δ a c 2 + Δ b c 2 .
Here, Δ and Δ denote the longitudinal and lateral center deviations in the rail-oriented coordinate frame, while a c and b c denote class-specific longitudinal and lateral tolerances. A prediction is considered matched under this diagnostic rule when
Δ a c 2 + Δ b c 2 1 .
This evaluation design separates reproducible center-distance detection performance from stricter railway-oriented localization analysis. Consequently, center-distance AP/mAP and rail BEV mIoU are treated as the main benchmark metrics, while RA-AP and RA-mAP are interpreted only as supplementary diagnostics for safety-relevant localization behavior.

4. Results

This section reports the reproducible performance of Rail-BEV under a scene-isolated OSDaR23 evaluation setting [12,23]. The results are organized to separate representative baseline comparison, controlled ablation analysis, operating-domain diagnostics, and supplementary railway-oriented localization analysis. Center-distance AP/mAP and rail BEV mIoU are treated as the primary metrics, whereas RA-AP and RA-mAP are retained only as supplementary railway-oriented localization diagnostics.

4.1. Experimental Protocol

The benchmark was conducted on public OSDaR23 sequences using a fixed scene-level split. Instead of random frame-level sampling, the data were partitioned at complete sequence boundaries to reduce temporal correlation between training and evaluation frames. The revised benchmark contains 23 training sequences with 583 frames, 5 validation sequences with 50 frames reserved for internal hyperparameter verification, and 5 independent test sequences with 230 frames for final reporting. LiDAR was retained as the primary geometric sensing modality, while only the front-center RGB camera was preserved as the auxiliary visual sensor. This configuration maintains a LiDAR-centric sensing hierarchy while retaining the most safety-relevant forward-view visual evidence for calibrated RGB–LiDAR association.
The primary detection metric was range-stratified center-distance AP/mAP, which was used as the headline benchmark for obstacle detection under sparse long-range railway sensing. Rail-geometry consistency was evaluated using rail BEV mIoU, which served as a companion metric for assessing whether the learned rail structure remained consistent in the BEV space. In addition, RA-AP and RA-mAP were reported separately as supplementary railway-oriented localization diagnostics. These diagnostic metrics were not used as the primary benchmark headline; rather, they were retained to expose strict rail-corridor localization bottlenecks that may not be fully reflected by center-distance matching alone.

4.2. Baseline Realignment and Distance-Stratified Evaluation

Table 1 compares Rail-BEV with representative CenterPoint and BEV Fusion baselines under the same scene-isolated evaluation setting. The comparison is reported across three physical distance bands: 0–50 m, 50–100 m, and 100+ m. This range-stratified design translates the numerical AP values into a more interpretable physical performance profile, addressing the fact that object size, LiDAR point density, and localization uncertainty change substantially with distance, see Figure 3.
Rail-BEV achieves an overall mAP of 66.69%, outperforming CenterPoint by 14.45 percentage points and BEVFusion by 16.51 percentage points under the aligned setting. The improvement is most evident for pedestrians at long range, where Rail-BEV maintains 36.81% AP in the 100+ m band, compared with 2.86% for CenterPoint and 0.34% for BEVFusion. This result suggests that railway-oriented structural reasoning helps constrain the search space along the rail corridor when far-field LiDAR returns become sparse.

4.3. Clean Ablation Under the Unified Evaluation Setting

Table 2 presents the controlled ablation results obtained under the same scene-isolated evaluation setting. All variants were trained using identical optimization settings, random seed, epoch budget, sensor configuration, checkpoint rule, and evaluation metrics. Validation-set checkpoint selection was not used; each variant was evaluated once on the independent test sequences using the final training checkpoint. The LiDAR-only baseline achieved 0.5612 mAP and 0.0533 rail BEV mIoU.
Adding the front-center RGB stream improved mAP to 0.5750 and increased the obstacle AP from 0.2270 to 0.3398, indicating that lightweight visual evidence can complement sparse LiDAR responses. ROI-based rail-corridor refinement further improved mAP to 0.5916 and increased the rail BEV mIoU to 0.1193. In contrast, the additional track-consistency refinement reached 0.5793 mAP and 0.0665 rail BEV mIoU, showing limited incremental benefit under the current fixed protocol, see Figure 4.

4.4. Evaluation Scope and Operating-Domain Diagnostics

Table 3 summarizes the scene-level data partition used in the revised evaluation. The benchmark is intentionally split at the sequence boundary rather than at the frame level, so that temporally adjacent frames from the same scene are not shared between training and testing. This design provides a stronger test of cross-scene reproducibility than the previous small validation subset, although it should still be interpreted as a controlled public-sequence benchmark rather than a complete validation of all railway operating domains.
Additional diagnostic slices are used only to interpret operating-domain variation and are not treated as replacements for the independent test benchmark. In particular, detection AP and rail BEV mIoU may not improve monotonically across all slices, because center-distance matching and rail-mask overlap quantify different aspects of railway perception. Center-distance AP reflects approximate object localization under sparse long-range returns, whereas rail BEV mIoU reflects the consistency of the predicted rail structure in the BEV space.

4.5. Qualitative Multimodal Evidence

Figure 5 provides a representative qualitative visualization of the multimodal sensing pathway in a curved railway scene. The figure follows the evidence chain from the front-center RGB image and LiDAR BEV representation to LiDAR-camera projection, rail-aware BEV interpretation, and a zoomed diagnostic view. This visualization complements the quantitative results by showing how lightweight visual evidence is geometrically associated with LiDAR structure before being organized in the BEV space, see Figure 6.

4.6. Supplementary Railway-Oriented Localization Diagnostics

Although center-distance AP/mAP and rail BEV mIoU are the main reported metrics, strict railway-oriented localization diagnostics are useful for identifying remaining safety-relevant bottlenecks. Table 4 reports RA-AP and RA-mAP under strict aligned evaluation and oracle-center diagnosis. The strict aligned evaluation obtains 0.1865 obstacle RA-AP and 0.0747 overall RA-mAP. The oracle-center diagnostic yields 0.0853 overall RA-mAP, indicating that improved center handling alone does not fully resolve strict railway-oriented localization.
These diagnostic values should not be promoted to the primary benchmark headline. Instead, they reveal that strict rail-corridor localization remains more challenging than the center-distance benchmark suggests. This is expected in long-range railway perception, where sparse far-field returns and small lateral deviations can substantially affect corridor-intrusion interpretation.
The conceptual distinction between center-distance matching and stricter railway-oriented localization diagnostics is further illustrated in Figure S3.

4.7. Summary of Results

Overall, the revised results support three main findings: First, the distance-stratified baseline comparison shows that Rail-BEV achieves the strongest overall mAP among the compared methods and provides a marked improvement for long-range pedestrian detection. Second, the controlled ablation study shows that front-view RGB assistance improves the LiDAR-only baseline from 0.5612 to 0.5750 mAP, while ROI-based rail-corridor refinement further increases mAP to 0.5916 and rail BEV mIoU to 0.1193. Third, the additional track-consistency refinement does not provide a monotonic gain under the current fixed protocol, indicating that ROI-based structural refinement is the more stable component in the present framework.
At the same time, the results define a clear scope for interpretation. The scene-isolated public benchmark reduces temporal leakage relative to random frame sampling, but it remains limited by the scale and diversity of available public railway sequences. The most defensible interpretation is therefore that Rail-BEV provides an initial reproducible LiDAR-centric, front-view-assisted, rail-aware BEV baseline for long-range railway obstacle perception, while broader operating-domain coverage and stricter localization robustness remain important future directions, see Figure 7.

5. Discussion

5.1. Sensor-Hierarchy Interpretation

The results support the central design premise of Rail-BEV: long-range railway obstacle perception benefits from a LiDAR-centric sensing hierarchy rather than from treating all modalities as equally weighted streams. LiDAR remains the primary source of metric geometry, which is essential for reasoning about obstacle position in a structured rail corridor [1,2,3,12,23,26,27]. The front-center RGB camera contributes as a lightweight auxiliary sensor by providing appearance cues that are geometrically associated with LiDAR through calibrated projection before being organized in the BEV space [9,13,14]. This configuration is particularly suitable for railway operation, where the safety-critical field of view is concentrated along the forward rail corridor, and where full surround-view camera fusion would introduce additional calibration and runtime complexity.
The revised sensor-configuration results support this interpretation. Under the unified scene-isolated evaluation setting, the LiDAR-only baseline reaches 0.5612 mAP and 0.0533 rail BEV mIoU, whereas adding the front-center RGB stream increases the corresponding values to 0.5750 and 0.0583, respectively. The improvement is especially meaningful because the visual stream is not used as a heavy independent perception branch; it is introduced as aligned auxiliary evidence within a LiDAR-centered BEV backend. Therefore, the gain should be interpreted as evidence for a practical sensor-organization strategy: forward visual assistance can strengthen sparse long-range LiDAR perception when it is constrained by calibrated geometry and integrated in a common BEV representation.
The distance-stratified comparison further indicates that the advantage of Rail-BEV is most visible in long-range pedestrian perception. In the 100+ m band, Rail-BEV achieves 36.81% pedestrian AP, whereas the corresponding values for CenterPoint and BEVFusion are 2.86% and 0.34%, respectively. This result should not be over-interpreted as full operational-domain generalization; rather, it shows that the proposed LiDAR-centered, front-view-assisted, rail-aware design can improve reproducible long-range perception under the current scene-isolated public benchmark.

5.2. Effect of Rail-Aware Structural Reasoning

The rail-aware branch and inference-time refinement further indicate that railway perception should not be evaluated solely as generic object detection in an unconstrained BEV plane. In railway scenes, the operational meaning of a detection is strongly conditioned by its relationship to the rail corridor and clearance envelope [24,25]. The controlled ablation shows that ROI-based rail-corridor refinement increases the overall mAP from 0.5750 to 0.5916 and improves the rail BEV mIoU from 0.0583 to 0.1193. This supports the interpretation that coarse corridor-level geometry helps organize railway-relevant BEV evidence.
At the same time, the structural-refinement results should be interpreted with caution. The improvement is not uniformly positive across all object categories: obstacle AP decreases from 0.3398 to 0.3109 after ROI refinement, while pedestrian AP also decreases slightly from 0.4349 to 0.4242. The additional track-consistency refinement reaches 0.5793 mAP and 0.0665 rail BEV mIoU, which is lower than the ROI-only variant. Thus, the revised evidence supports ROI refinement as the more stable structural component, while TC remains a supplementary refinement variant requiring further validation.
The rail BEV mIoU results also require balanced interpretation. The ROI-refined value of 0.1193 is useful as a companion geometry-consistency indicator, but it should not be presented as evidence of high-quality dense rail segmentation. In this work, the rail branch primarily serves as a coarse corridor-level structural cue for BEV perception and as a means of evaluating rail-geometry consistency. Its value lies in improving the organization of railway-relevant evidence, rather than in replacing specialized rail parsing or track reconstruction systems.

5.3. Operating-Domain Variation and Metric Scope

The scene-level analysis shows that the benchmark behavior is sensitive to operating-domain composition. Although the revised split separates training, validation, and testing at the sequence level, the public test sequences remain biased toward specific station and signal scenes. Therefore, the results should be interpreted as reproducible evidence under a controlled cross-scene public split, rather than as a final validation across the full railway operational design domain.
The operating-domain diagnostics further illustrate why selected slices should not be treated as global benchmark replacements. Detection AP and rail BEV mIoU quantify different aspects of performance: a model may approximately localize object centers while still producing coarse or fragmented rail masks. This discrepancy justifies the use of rail BEV mIoU as a companion geometry-consistency metric alongside center-distance mAP, rather than as the sole evidence for rail-geometry quality.
The supplementary railway-oriented localization diagnostics reveal an additional limitation. Under strict aligned evaluation, the obstacle RA-AP is 0.1865 and the overall RA-mAP is 0.0747. The oracle-center diagnostic slightly increases the overall RA-mAP to 0.0853 but does not consistently improve obstacle-specific RA-AP. This pattern suggests that strict railway-oriented localization is affected by more than center placement alone [11]. Box geometry, lateral alignment, rail-corridor relation, and sparse far-field returns all contribute to the remaining gap between center-distance detection performance and strict safety-oriented localization behavior.

5.4. Limitations

The first limitation is the scope of the scene-isolated public benchmark. Although the revised protocol uses 23 training sequences, 5 validation sequences, and 5 independent test sequences, the available public data remain limited relative to the diversity of real railway operating domains [12]. Consequently, the results should be presented as evidence for a controlled LiDAR-centric railway sensing baseline, rather than as a final generalization claim across severe curves, tunnels, open mainline sections, night scenes, active adverse weather, or rare operational anomalies [26,27,30,31].
The second limitation concerns multimodal robustness. The proposed configuration intentionally retains only the front-center RGB camera as auxiliary visual evidence. This choice is aligned with forward-looking railway safety perception and reduces sensing complexity, but it does not exhaust the full design space of multi-view camera assistance, radar complementarity, adverse-weather sensing, or redundancy under sensor degradation [29]. Future evaluations should therefore include controlled sensor-dropout tests, calibration perturbation studies, and broader weather and illumination conditions to determine how robust the frontal-clean design remains outside nominal scenarios [16,32].
The third limitation is that temporal and ego-motion effects are not used as headline evidence in the present paper. Claims about multi-frame fusion, GNSS/IMU-supported motion compensation, or temporal consistency should therefore be reserved for future studies unless they are supported by unified reruns under the same evaluation protocol.

5.5. Deployment-Oriented Efficiency Considerations

Although Rail-BEV is not claimed as a fully optimized real-time onboard system, the current design follows a deployment-conscious sensing hierarchy. The framework avoids full surround-view camera fusion and retains only the front-center RGB camera as auxiliary visual evidence, thereby limiting the multimodal interface to the safety-critical forward rail corridor [1,2,3,12,31,33]. This design reduces cross-view calibration complexity and keeps LiDAR as the dominant geometric backbone. The present results should therefore be interpreted as a compact sensor-aware railway perception baseline rather than as a computationally minimized embedded product. Future onboard implementation should report platform-specific latency, memory footprint, calibration maintenance cost, and failure behavior under sensor degradation before deployment-level claims are made.

5.6. Future Directions

Future work should first extend the evaluation to broader scene coverage and more diverse operating domains, including curved tracks, tunnels, open mainline sections, night scenes, adverse weather, and stations with different platform layouts [26,27,30,31]. A larger and more diverse evaluation protocol would make it possible to separate model behavior caused by the sensing architecture from behavior caused by scene composition. Second, calibration robustness should be tested explicitly because the proposed RGB–LiDAR fusion relies on LiDAR-to-image projection. Even small projection errors may reduce the benefit of front-view visual assistance or weaken rail-aware refinement [16,32]. A further direction is to unify the main center-distance benchmark with stricter railway-oriented localization diagnostics. Finally, temporal and ego-motion modeling should be revisited under a controlled experimental design so that any claimed benefit can be separated from checkpoint selection, structural refinement, and sensor-configuration effects.

6. Conclusions

This study presents Rail-BEV as a LiDAR-centric and sensor-aware bird’s-eye-view (BEV) perception framework for long-range railway obstacle detection. The framework retains LiDAR as the primary geometric sensing modality and uses only the front-center RGB camera as lightweight auxiliary visual evidence through calibrated LiDAR-to-image projection [12,13,14]. By organizing the aligned geometric and visual cues within a railway-oriented BEV backend, Rail-BEV integrates geometry-aware fusion, rail-geometry prediction, and lightweight structural refinement into a compact sensing pipeline tailored to the forward rail corridor.
Under a unified scene-isolated railway benchmark, Rail-BEV achieves the strongest overall mAP among the compared methods, reaching 0.6669 and showing a particularly large improvement for long-range pedestrian perception. The controlled ablation further shows that front-view RGB assistance improves the LiDAR-only baseline from 0.5612 to 0.5750 mAP, while ROI-based rail-corridor refinement further increases the overall mAP to 0.5916 and rail BEV mIoU to 0.1193. The additional track-consistency refinement produces limited incremental benefit under the current setting, indicating that ROI-based structural refinement is the more reliable component in the present framework.
These findings suggest that railway obstacle perception benefits from a LiDAR-centered sensing hierarchy supplemented by lightweight visual and structural cues. At the same time, the results should be interpreted within clear boundaries. The rail-geometry branch should be regarded as a coarse corridor prior rather than as a high-fidelity rail reconstruction module, and strict railway-oriented localization remains more difficult than center-distance matching. Future work should extend the evaluation to more diverse railway scenes, investigate calibration drift and sensor-degradation robustness, and assess real-time performance on onboard railway computing platforms.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/s26123637/s1.

Author Contributions

Conceptualization, J.H. and Z.H.; methodology, J.H.; software, J.H. and C.M.; validation, W.H. and M.Y.; formal analysis, Z.H. and W.S.; investigation, C.M. and X.L.; resources, W.H.; data curation, J.H., Z.H. and C.M.; writing—original draft preparation, J.H. and W.S.; writing—review and editing, W.H.; visualization, Z.H. and W.S.; supervision, W.H.; project administration, W.H.; funding acquisition, W.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China grant number 52468050. The APC was funded by the National Natural Science Foundation of China.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Publicly available datasets were analyzed in this study. The OSDaR23 dataset can be found here: https://data.fid-move.de/dataset/osdar23, accessed on 20 May 2026.

Conflicts of Interest

The authors declare no conflicts of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Nan, Z.; Zhu, G.; Zhang, X.; Lin, X.; Yang, Y. A novel high-precision railway obstacle detection algorithm based on 3D LiDAR. Sensors 2024, 24, 3148. [Google Scholar] [CrossRef]
  2. Nan, Z.; Zhu, G.; Zhang, X.; Lin, X.; Yang, Y. Development of a high-precision lidar system and improvement of key steps for railway obstacle detection algorithm. Remote Sens. 2024, 16, 1761. [Google Scholar] [CrossRef]
  3. Zhu, G.; Nan, Z.; Zhang, X.; Yang, Y.; Liu, X.; Lin, X. High precision rail surface obstacle detection algorithm based on 3D imaging LiDAR. Opt. Lasers Eng. 2024, 178, 108206. [Google Scholar] [CrossRef]
  4. Chen, G.; Wang, H.; Chen, K.; Li, Z.; Song, Z.; Liu, Y.; Chen, W.; Knoll, A. A survey of the four pillars for small object detection: Multiscale representation, contextual information, super-resolution, and region proposal. IEEE Trans. Syst. Man Cybern. Syst. 2020, 52, 936–953. [Google Scholar] [CrossRef]
  5. Yan, Y.; Mao, Y.; Li, B. Second: Sparsely embedded convolutional detection. Sensors 2018, 18, 3337. [Google Scholar] [CrossRef]
  6. Lang, A.H.; Vora, S.; Caesar, H.; Zhou, L.; Yang, J.; Beijbom, O. Pointpillars: Fast encoders for object detection from point clouds. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; pp. 12697–12705. [Google Scholar]
  7. Yin, T.; Zhou, X.; Krahenbuhl, P. Center-based 3d object detection and tracking. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 20–25 June 2021; pp. 11784–11793. [Google Scholar]
  8. Fawole, O.A.; Rawat, D.B. Recent advances in 3D object detection for self-driving vehicles: A survey. AI 2024, 5, 1255–1285. [Google Scholar] [CrossRef]
  9. Liu, Z.; Tang, H.; Amini, A.; Yang, X.; Mao, H.; Rus, D.L.; Han, S. Bevfusion: Multi-task multi-sensor fusion with unified bird’s-eye view representation. In Proceedings of the 2023 IEEE International Conference on Robotics and Automation (ICRA); IEEE: New York, NY, USA, 2023; pp. 2774–2781. [Google Scholar]
  10. Tang, Y.; He, H.; Wang, Y.; Mao, Z.; Wang, H. Multi-modality 3D object detection in autonomous driving: A review. Neurocomputing 2023, 553, 126587. [Google Scholar] [CrossRef]
  11. Hung, W.C.; Casser, V.; Kretzschmar, H.; Hwang, J.J.; Anguelov, D. Let-3d-ap: Longitudinal error tolerant 3d average precision for camera-only 3d detection. In Proceedings of the 2024 IEEE International Conference on Robotics and Automation (ICRA); IEEE: New York, NY, USA, 2024; pp. 8272–8279. [Google Scholar]
  12. Tagiew, R.; Klasek, P.; Tilly, R.; Köppel, M.; Denzler, P.; Neumaier, P.; Klockau, T.; Boekhoff, M.; Schwalbe, K. Osdar23: Open sensor data for rail 2023. In Proceedings of the 2023 8th International Conference on Robotics and Automation Engineering (ICRAE); IEEE: New York, NY, USA, 2023; pp. 270–276. [Google Scholar]
  13. Zhangyu, W.; Guizhen, Y.; Xinkai, W.; Haoran, L.; Da, L. A camera and LiDAR data fusion method for railway object detection. IEEE Sens. J. 2021, 21, 13442–13454. [Google Scholar] [CrossRef]
  14. Liu, S.; Li, C.; Yuwen, T.; Wan, Z.; Luo, Y. A lightweight LiDAR-camera sensing method of obstacles detection and classification for autonomous rail rapid transit. IEEE Trans. Intell. Transp. Syst. 2022, 23, 23043–23058. [Google Scholar] [CrossRef]
  15. Liu, H.; Wu, C.; Wang, H. Real time object detection using LiDAR and camera fusion for autonomous driving. Sci. Rep. 2023, 13, 8056. [Google Scholar] [CrossRef]
  16. Bai, X.; Hu, Z.; Zhu, X.; Huang, Q.; Chen, Y.; Fu, H.; Tai, C.L. Transfusion: Robust lidar-camera fusion for 3d object detection with transformers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 19–20 June 2022; pp. 1090–1099. [Google Scholar]
  17. Zhou, Y.; Tuzel, O. Voxelnet: End-to-end learning for point cloud based 3d object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 4490–4499. [Google Scholar]
  18. Caesar, H.; Bankiti, V.; Lang, A.H.; Vora, S.; Liong, V.E.; Xu, Q.; Krishnan, A.; Pan, Y.; Baldan, G.; Beijbom, O. nuscenes: A multimodal dataset for autonomous driving. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 13–19 June 2020; pp. 11621–11631. [Google Scholar]
  19. Li, F.; Zhang, S.; Yang, J.; Feng, Z.; Chen, Z. Rail-PillarNet: A 3D detection network for railway foreign object based on LiDAR. Comput. Mater. Contin. 2024, 80, 3819. [Google Scholar] [CrossRef]
  20. Yang, Y.; Zhang, B.; Yang, B.; Xiao, K.; Tuo, X.; Li, Y.; Wang, L.; Yu, S.; Xiao, J. End-to-end railway obstacle detection enhanced by point cloud segmentation. Eng. Appl. Artif. Intell. 2026, 168, 114008. [Google Scholar] [CrossRef]
  21. Chen, X.; Ma, H.; Wan, J.; Li, B.; Xia, T. Multi-view 3d object detection network for autonomous driving. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 1907–1915. [Google Scholar]
  22. Li, Z.; Wang, W.; Li, H.; Xie, E.; Sima, C.; Lu, T.; Yu, Q.; Dai, J. Bevformer: Learning bird’s-eye-view representation from lidar-camera via spatiotemporal transformers. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 47, 2020–2036. [Google Scholar] [CrossRef]
  23. Ristić-Durrant, D.; Haseeb, M.A.; Banić, M.; Stamenković, D.; Simonović, M.; Nikolić, D. SMART on-board multi-sensor obstacle detection system for improvement of rail transport safety. Proc. Inst. Mech. Eng. Part F J. Rail Rapid Transit 2022, 236, 623–636. [Google Scholar] [CrossRef]
  24. Chen, Z.; Yang, J.; Chen, L.; Feng, Z.; Jia, L. Efficient railway track region segmentation algorithm based on lightweight neural network and cross-fusion decoder. Autom. Constr. 2023, 155, 105069. [Google Scholar] [CrossRef]
  25. Feng, Z.; Yang, J.; Chen, Z.; Kang, Z. LRseg: An efficient railway region extraction method based on lightweight encoder and self-correcting decoder. Expert Syst. Appl. 2024, 238, 122386. [Google Scholar] [CrossRef]
  26. Xu, X.Y.; Wang, S.M.; Liu, W.Q.; Ni, Y.Q. Advancements in Obstacle Intrusion Detection Methods for Rail Transit: A Comprehensive Review. IEEE Trans. Instrum. Meas. 2025, 74, 2547834. [Google Scholar] [CrossRef]
  27. Wang, J.; Zhai, H.; Yang, Y.; Xu, N.; Li, H.; Fu, D. A review of intrusion detection for railway perimeter using deep learning-based methods. IEEE Access 2024, 12, 184142–184157. [Google Scholar] [CrossRef]
  28. Fan, H.; Su, H.; Guibas, L.J. A point set generation network for 3d object reconstruction from a single image. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 605–613. [Google Scholar]
  29. Mirzaei, B.; Nezamabadi-Pour, H.; Raoof, A.; Derakhshani, R. Small object detection and tracking: A comprehensive review. Sensors 2023, 23, 6887. [Google Scholar] [CrossRef]
  30. Chen, Z.; Yang, J.; Feng, Z.; Zhu, H. RailFOD23: A dataset for foreign object detection on railroad transmission lines. Sci. Data 2024, 11, 72. [Google Scholar] [CrossRef]
  31. RS, R.; Al-Shehari, T.; Nathan, S.; A, J.; R, S.; P, S.P.; Alfakih, T.; Alsalman, H. An unmanned aerial vehicle captured dataset for railroad segmentation and obstacle detection. Sci. Data 2024, 11, 1315. [Google Scholar] [CrossRef] [PubMed]
  32. Yu, K.; Tao, T.; Xie, H.; Lin, Z.; Liang, T.; Wang, B.; Chen, P.; Hao, D.; Wang, Y.; Liang, X. Benchmarking the robustness of lidar-camera fusion for 3d object detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 3188–3198. [Google Scholar]
  33. Ristić-Durrant, D.; Franke, M.; Michels, K. A review of vision-based on-board obstacle detection and distance estimation in railways. Sensors 2021, 21, 3452. [Google Scholar] [CrossRef]
Figure 1. LiDAR-centric onboard sensing configuration and sensor-aware BEV perception pipeline of Rail-BEV. The arrows indicate the direction of data flow.
Figure 1. LiDAR-centric onboard sensing configuration and sensor-aware BEV perception pipeline of Rail-BEV. The arrows indicate the direction of data flow.
Sensors 26 03637 g001
Figure 2. Detailed stage-wise flowchart of the proposed Rail-BEV framework. The pipeline illustrates the complete data flow from frontal-clean sensor data organization (Stage 1), geometric alignment and feature extraction (Stage 2), and geometry-aware BEV fusion (Stage 3), to the parallel multi-task perception backend (Stage 4) and inference-time structural refinement (Stage 5) for final railway obstacle perception. The arrows indicate the direction of the data flow and processing stages.
Figure 2. Detailed stage-wise flowchart of the proposed Rail-BEV framework. The pipeline illustrates the complete data flow from frontal-clean sensor data organization (Stage 1), geometric alignment and feature extraction (Stage 2), and geometry-aware BEV fusion (Stage 3), to the parallel multi-task perception backend (Stage 4) and inference-time structural refinement (Stage 5) for final railway obstacle perception. The arrows indicate the direction of the data flow and processing stages.
Sensors 26 03637 g002
Figure 3. Distance-stratified baseline comparison under the scene-isolated OSDaR23 evaluation setting. The figure summarizes the overall mAP and the ultra-long-range pedestrian AP of BEVFusion, CenterPoint, and Rail-BEV, highlighting the long-range degradation behavior of competing baselines.
Figure 3. Distance-stratified baseline comparison under the scene-isolated OSDaR23 evaluation setting. The figure summarizes the overall mAP and the ultra-long-range pedestrian AP of BEVFusion, CenterPoint, and Rail-BEV, highlighting the long-range degradation behavior of competing baselines.
Sensors 26 03637 g003
Figure 4. Controlled ablation analysis of Rail-BEV. ROI-based rail-corridor refinement provides the most stable improvement in overall mAP and rail BEV mIoU, whereas the additional track-consistency refinement provides limited incremental gain under the current fixed evaluation setting.
Figure 4. Controlled ablation analysis of Rail-BEV. ROI-based rail-corridor refinement provides the most stable improvement in overall mAP and rail BEV mIoU, whereas the additional track-consistency refinement provides limited incremental gain under the current fixed evaluation setting.
Sensors 26 03637 g004
Figure 5. Scene-level and operating-domain variation of Rail-BEV. The diagnostic slices are used to interpret domain sensitivity and should not be treated as replacements for the independent test benchmark.
Figure 5. Scene-level and operating-domain variation of Rail-BEV. The diagnostic slices are used to interpret domain sensitivity and should not be treated as replacements for the independent test benchmark.
Sensors 26 03637 g005
Figure 6. Multimodal cross-modal alignment and diagnostic analysis of the proposed Rail-BEV framework. (a) The front-center RGB image; (b) LiDAR BEV representation with a highlighted region of interest in a green frame; (c) LiDAR-camera projection showing the geometric alignment of objects; (d) Rail-aware BEV interpretation, where the corresponding rail structure is highlighted in the green frame; (e) Prediction and zoomed diagnostic view demonstrating the aligned projection and visual cues. Specifically, we select an intuitive example of cross-modal alignment: the green frame in (b) and the blue volumetric part in (c) undergo cross-modal alignment, and their correct spatial alignment is successfully verified in (d,e).
Figure 6. Multimodal cross-modal alignment and diagnostic analysis of the proposed Rail-BEV framework. (a) The front-center RGB image; (b) LiDAR BEV representation with a highlighted region of interest in a green frame; (c) LiDAR-camera projection showing the geometric alignment of objects; (d) Rail-aware BEV interpretation, where the corresponding rail structure is highlighted in the green frame; (e) Prediction and zoomed diagnostic view demonstrating the aligned projection and visual cues. Specifically, we select an intuitive example of cross-modal alignment: the green frame in (b) and the blue volumetric part in (c) undergo cross-modal alignment, and their correct spatial alignment is successfully verified in (d,e).
Sensors 26 03637 g006
Figure 7. Performance metrics and diagnostic bottleneck analysis. (a) Comparison of primary and supplementary evaluation metrics; (b) Mapping of metric roles to their respective usage in the evaluation framework; (c) Qualitative intensity of remaining bottlenecks. The color coding in the figures consistently represents the functional role of each metric: green denotes primary detection, orange/brown indicates geometry consistency or high-intensity bottlenecks, blue signifies scene-related variations, and grey represents future evaluation aspects.
Figure 7. Performance metrics and diagnostic bottleneck analysis. (a) Comparison of primary and supplementary evaluation metrics; (b) Mapping of metric roles to their respective usage in the evaluation framework; (c) Qualitative intensity of remaining bottlenecks. The color coding in the figures consistently represents the functional role of each metric: green denotes primary detection, orange/brown indicates geometry consistency or high-intensity bottlenecks, blue signifies scene-related variations, and grey represents future evaluation aspects.
Sensors 26 03637 g007
Table 1. Distance-stratified performance comparison (AP,%) under the scene-isolated OSDaR23 evaluation setting.
Table 1. Distance-stratified performance comparison (AP,%) under the scene-isolated OSDaR23 evaluation setting.
MethodClass0–50 m50–100 m100+ mOverall APmAP
BEVFusionCar99.0098.00N/A98.5050.18
Pedestrian43.634.030.3435.57
Obstacle0.0024.900.0016.46
CenterPoint officialCar99.0099.00N/A99.0052.24
Pedestrian46.8911.472.8639.62
Obstacle0.0029.470.0018.11
Rail-BEV (ours)Car100.0099.94N/A99.9666.69
Pedestrian66.1646.9236.8162.23
Obstacle41.2822.840.1337.90
Notes: Bold values indicate the best performance. All methods were evaluated under the same scene-level split, distance bands, class definitions, and center-distance AP calculation.
Table 2. Clean ablation results under the unified scene-isolated evaluation setting.
Table 2. Clean ablation results under the unified scene-isolated evaluation setting.
VariantCar APPedestrian APObstacle APmAPRail BEV mIoUInterpretation
Base (LiDAR-only)1.00000.45650.22700.56120.0533Geometric baseline
Base + RGB1.00000.43490.33980.57500.0583Front-view visual assistance
Base + RGB + ROI refinement0.99000.42420.31090.59160.1193Most stable structural gain
Base + RGB + ROI + TC1.00000.40620.33170.57930.0665Limited incremental gain
Notes: ROI denotes rail-corridor region-of-interest refinement, and TC denotes track-consistency refinement. All variants were evaluated once on independent test sequences using the final training checkpoint; no validation-selected or retained-strongest checkpoint was used.
Table 3. Scene-level data partition and evaluation scope.
Table 3. Scene-level data partition and evaluation scope.
SplitSeq.FramesUseScene-Level SplitRoleNotes
Training23583Model fittingYesLearningNo test frames
Validation550Hyperparameter checkYesDevelopmentNot final reporting
Test5230Independent evaluationYesFinal reportingHeld out
Total33863Public sequence benchmarkYesControlled scopeNot full ODD validation
Notes: Bold text indicates the overall summary of the dataset partitions. The test split is scene-isolated and is used only for final reporting. Broader operational-domain validation remains necessary for future work.
Table 4. Quantitative results of strict railway-oriented localization diagnostics.
Table 4. Quantitative results of strict railway-oriented localization diagnostics.
Diagnostic SetupObstacle RA-APOverall RA-mAPInterpretation
Strict aligned evaluation0.18650.0747Current strict railway-oriented localization bottleneck
Oracle-center diagnostic0.05910.0853Improved center handling still leaves room for localization improvement
Notes: RA-AP and RA-mAP are retained as supplementary diagnostics only. They are not used as the primary benchmark metrics.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Huang, J.; Hu, W.; He, Z.; Ma, C.; Song, W.; Liu, X.; Yang, M. Rail-BEV: A LiDAR-Centric and Sensor-Aware BEV Perception Framework for Long-Range Railway Obstacle Detection. Sensors 2026, 26, 3637. https://doi.org/10.3390/s26123637

AMA Style

Huang J, Hu W, He Z, Ma C, Song W, Liu X, Yang M. Rail-BEV: A LiDAR-Centric and Sensor-Aware BEV Perception Framework for Long-Range Railway Obstacle Detection. Sensors. 2026; 26(12):3637. https://doi.org/10.3390/s26123637

Chicago/Turabian Style

Huang, Jinghan, Wentao Hu, Zifeng He, Chixiang Ma, Wenbo Song, Xinci Liu, and Mingxin Yang. 2026. "Rail-BEV: A LiDAR-Centric and Sensor-Aware BEV Perception Framework for Long-Range Railway Obstacle Detection" Sensors 26, no. 12: 3637. https://doi.org/10.3390/s26123637

APA Style

Huang, J., Hu, W., He, Z., Ma, C., Song, W., Liu, X., & Yang, M. (2026). Rail-BEV: A LiDAR-Centric and Sensor-Aware BEV Perception Framework for Long-Range Railway Obstacle Detection. Sensors, 26(12), 3637. https://doi.org/10.3390/s26123637

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop