{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/car-damage-detection-and-patch-to-patch-self","title":"Car Damage Detection and Patch-to-Patch Self-supervised Image Alignment","arxiv_id":"2403.06674","date":"2024-03-11","proceeding":null,"authors":["Hanxiao Chen"],"abstract":"Most computer vision applications aim to identify pixels in a scene and use them for diverse purposes. One intriguing application is car damage detection for insurance carriers which tends to detect all car damages by comparing both pre-trip and post-trip images, even requiring two components: (i) car damage detection; (ii) image alignment. Firstly, we implemented a Mask R-CNN model to detect car damages on custom images. Whereas for the image alignment section, we especially propose a novel self-supervised Patch-to-Patch SimCLR inspired alignment approach to find perspective transformations between custom pre/post car rental images except for traditional computer vision methods.","url_abs":"https://arxiv.org/abs/2403.06674v1","url_pdf":"https://arxiv.org/pdf/2403.06674v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"car-damage-detection-and-patch-to-patch-self","repo_url":"https://github.com/2000222/car-damage-detectionv0","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"tf","reach":{"status":"ok"}}],"tasks":[],"methods":[{"method_slug":"average-pooling","method_name":"Average Pooling"},{"method_slug":"colorjitter","method_name":"ColorJitter"},{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"feedforward-network","method_name":"Feedforward Network"},{"method_slug":"global-average-pooling","method_name":"Global Average Pooling"},{"method_slug":"kaiming-initialization","method_name":"Kaiming Initialization"},{"method_slug":"mask-r-cnn","method_name":"Mask R-CNN"},{"method_slug":"max-pooling","method_name":"Max Pooling"},{"method_slug":"nt-xent","method_name":"NT-Xent"},{"method_slug":"rpn","method_name":"RPN"},{"method_slug":"random-gaussian-blur","method_name":"Random Gaussian Blur"},{"method_slug":"random-resized-crop","method_name":"Random Resized Crop"},{"method_slug":"relu","method_name":"ReLU"},{"method_slug":"roi-align","method_name":"RoIAlign"},{"method_slug":"simclr","method_name":"SimCLR"},{"method_slug":"softmax","method_name":"Softmax"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2403.06674","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2403.06674"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/2000222/SSL-image-alignment","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/2000222/car-damage-detectionv0","reach":{"status":"ok"}}],"summary":{"ran":10,"unverified":3},"by_repo_kind":{"official":{"samples":13,"ran":10,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":13,"samples":[{"code_sha256_prefix":"cdda836085a5b1af","entry":"apply_mask","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/visualize.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/visualize.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"cdda836085a5b1af"}},{"code_sha256_prefix":"fe2cec088a3329de","entry":"compute_backbone_shapes","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/model.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/model.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fe2cec088a3329de"}},{"code_sha256_prefix":"ae0c5e015d8cf734","entry":"compute_iou","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/utils.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/utils.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ae0c5e015d8cf734"}},{"code_sha256_prefix":"9f81af6c8a2344a3","entry":"compute_overlaps","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/utils.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/utils.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9f81af6c8a2344a3"}},{"code_sha256_prefix":"719785e60bebf517","entry":"conv_block","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/model.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/model.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"719785e60bebf517"}},{"code_sha256_prefix":"dc05d22f3d39bea6","entry":"draw_box","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/visualize.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/visualize.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dc05d22f3d39bea6"}},{"code_sha256_prefix":"d2c9b72e23d9588a","entry":"extract_bboxes","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/utils.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/utils.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d2c9b72e23d9588a"}},{"code_sha256_prefix":"268687f4c9e090fd","entry":"mask_to_rle","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"samples/nucleus/nucleus.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/samples/nucleus/nucleus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"268687f4c9e090fd"}},{"code_sha256_prefix":"a9d0cf3b71fefa32","entry":"random_colors","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/visualize.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/visualize.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a9d0cf3b71fefa32"}},{"code_sha256_prefix":"4ea804a726823d02","entry":"rle_encode","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"samples/nucleus/nucleus.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/samples/nucleus/nucleus.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4ea804a726823d02"}},{"code_sha256_prefix":"eedd10cedbd4b51e","entry":"color_splash","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"custom.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/custom.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"eedd10cedbd4b51e"}},{"code_sha256_prefix":"28c3981539e97ab6","entry":"identity_block","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"mrcnn/model.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/mrcnn/model.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"28c3981539e97ab6"}},{"code_sha256_prefix":"369cf3a7e608d9c5","entry":"rle_decode","repo":"2000222/car-damage-detectionv0","repo_kind":"official","path":"samples/nucleus/nucleus.py","file_url":"https://github.com/2000222/car-damage-detectionv0/blob/HEAD/samples/nucleus/nucleus.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"369cf3a7e608d9c5"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}