Sungjoo Yoo, Hyunyoung Jung
We lifted 12 functions out of this paper's own repositories and ran 10 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 |
|---|---|---|
| shlomi-amitai/FSRE-Depth | — | 6 of 7 |
| hyblue/fsre-depth | — | 3 of 4 |
| copy not recorded | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| Conv3x3 | Ran | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("c99ca4ba41bbbba6") |
| ConvBlock | Ran | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("189be31bdecd0f56") |
| DepthDecoder | Ran | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("2b22eb63b5a2b799") |
| DepthDecoder | Ran | hyblue/fsre-depth/networks/cma.py code served (permissive licence) · get_code("605877e9ca33b5b6") |
| MultiEmbedding | Ran | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("d78fdf24eabc1cd9") |
| MultiEmbedding | Ran | hyblue/fsre-depth/networks/cma.py code served (permissive licence) · get_code("eb3ac7aa8e6f8185") |
| SegDecoder | Ran | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("3211a75273dc64df") |
| SegDecoder | Ran | hyblue/fsre-depth/networks/cma.py code served (permissive licence) · get_code("35203a6468ff5ee5") |
| W | Ran | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("1c003d771b81a5c3") |
| upsample | Ran | this paper's copy was not recorded; identical code first harvested from leofansq/CBR pointer only · get_code("a739072b350093e7") |
| CMA | Not yet run | shlomi-amitai/FSRE-Depth/networks/cma.py code served (permissive licence) · get_code("92311437ccc10472") |
| CMA | Not yet run | hyblue/fsre-depth/networks/cma.py code served (permissive licence) · get_code("1878784909de5c02") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Self-supervised monocular depth estimation has been widely studied, owing to its practical importance and recent promising improvements. However, most works suffer from limited supervision of photometric consistency, especially in weak texture regions and at object boundaries. To overcome this weakness, we propose novel ideas to improve self-supervised monocular depth estimation by leveraging cross-domain information, especially scene semantics. We focus on incorporating implicit semantic knowledge into geometric representation enhancement and suggest two ideas: a metric learning approach that exploits the semanticsguided local geometry to optimize intermediate depth representations and a novel feature fusion module that judiciously utilizes cross-modality between two heterogeneous feature representations. We comprehensively evaluate our methods on the KITTI dataset and demonstrate that our method outperforms state-of-the-art methods. The source code is available at https://github.com/hyBlue/ FSRE-Depth.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2108.08829")
get_code_for_paper("2108.08829")
have("2108.08829")
Connect an agent — have() is free.