Kaihao Zhang, Hongdong Li, Jiawei Liu, Yanhao Zhang, Wenhan Luo, Shan Wang, Data61, Chuong Nguyen, Fahira Maken, Sundaram Muthu
We lifted 4 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ShanWang-Shan/HomoFusion | canonical | 2 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| getRT | Ran | ShanWang-Shan/HomoFusion/homo_transformer/model/homo_guide_encoder.py pointer only (licence: NOASSERTION) · get_code("ca95666d5433ea1f") |
| inverse | Ran | ShanWang-Shan/HomoFusion/homo_transformer/model/homo_guide_encoder.py pointer only (licence: NOASSERTION) · get_code("eb6230e7464909be") |
| homography_trans | Not yet run | ShanWang-Shan/HomoFusion/homo_transformer/model/homo_guide_encoder.py pointer only (licence: NOASSERTION) · get_code("91e8cc9d6423bd05") |
| setup_network | Not yet run | ShanWang-Shan/HomoFusion/homo_transformer/common.py pointer only (licence: NOASSERTION) · get_code("8683b70f5d12cd5f") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Reliable segmentation of road lines and markings is critical to autonomous driving. Our work is motivated by the observations that road lines and markings are (1) frequently occluded in the presence of moving vehicles, shadow, and glare and (2) highly structured with low intra-class shape variance and overall high appearance consistency. To solve these issues, we propose a Homography Guided Fusion (HomoFusion) module to exploit temporally-adjacent video frames for complementary cues facilitating the correct classification of the partially occluded road lines or markings. To reduce computational complexity, a novel surface normal estimator is proposed to establish spatial correspondences between the sampled frames, allowing the Homo-Fusion module to perform a pixel-to-pixel attention mechanism in updating the representation of the occluded road lines or markings. Experiments on ApolloScape, a largescale lane mark segmentation dataset, and ApolloScape Night with artificial simulated night-time road conditions, demonstrate that our method outperforms other existing SOTA lane mark segmentation models with less than 9% of their parameters and computational complexity. We show that exploiting available camera intrinsic data and ground plane assumption for cross-frame correspondence can lead to a light-weight network with significantly improved performances in speed and accuracy. We also prove the versatility of our HomoFusion approach by applying it to the problem of water puddle segmentation and achieving SOTA performance 1 .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2404.07626")
get_code_for_paper("2404.07626")
have("2404.07626")
Connect an agent — have() is free.