EP3698286A1 - Semantischer segmentierungsprozess und system für ein konvolutives neuronales netzwerk - Google Patents

Semantischer segmentierungsprozess und system für ein konvolutives neuronales netzwerk

Info

Publication number
EP3698286A1
EP3698286A1 EP18913207.9A EP18913207A EP3698286A1 EP 3698286 A1 EP3698286 A1 EP 3698286A1 EP 18913207 A EP18913207 A EP 18913207A EP 3698286 A1 EP3698286 A1 EP 3698286A1
Authority
EP
European Patent Office
Prior art keywords
network
semantic segmentation
instance
convolutional neural
encoder
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP18913207.9A
Other languages
English (en)
French (fr)
Other versions
EP3698286A4 (de
Inventor
Bao RUXIAO
Xu XUN
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Didi Infinity Technology and Development Co Ltd
Original Assignee
Didi Research America LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Didi Research America LLC filed Critical Didi Research America LLC
Publication of EP3698286A1 publication Critical patent/EP3698286A1/de
Publication of EP3698286A4 publication Critical patent/EP3698286A4/de
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • G06N3/0455Auto-encoder networks; Encoder-decoder networks
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0464Convolutional networks [CNN, ConvNet]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/09Supervised learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/096Transfer learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30248Vehicle exterior or interior
    • G06T2207/30252Vehicle exterior; Vicinity of vehicle
    • G06T2207/30261Obstacle

Definitions

  • the present disclosure relates to image processing and, more particularly, to methods of image processing using artificial intelligence.
  • the present disclosure relates to a system that includes at least one memory device and at least one processing device coupled at least indirectly with the at least one memory device.
  • the at least one processing device is (or are) configured to operate in accordance with a convolutional neural network architecture including an encoder network, a semantic segmentation decoder network, and an instance segmentation decoder network.
  • the encoder network and the semantic segmentation decoder network are configured to train on a dataset to perform a semantic segmentation task.
  • the encoder network is further configured to generate first feature maps during the semantic segmentation task.
  • the instance segmentation decoder network is configured to receive the first feature maps generated by the encoder network.
  • the instance segmentation decoder network is configured to train using the first feature maps and the dataset to perform an instance segmentation task.
  • FIG. 1 is a schematic diagram showing an example electrical system implemented in part on a vehicle in accordance with an example embodiment encompassed herein;
  • the instance segmentation decoder network 306 can comprise a detector subnet and a segmentation subnet.
  • the detector subnet can comprise a bounding box regressor and a classifier, as would be understood by those having skill in the art.
  • the instance segmentation decoder network 306 can comprise Mask R-CNN, which was introduced by He et al (Kaiming He, Georgia Gkioxari, Piotr Dollar, and Ross B. Girshick. Mask R-CNN. CoRR, abs/1703.06870, 2017, which is incorporated by reference herein in its entirety).
  • instance segmentation comprises a more difficult task involving higher reasoning of machine learning than semantic segmentation
  • the more difficult task can learn from representations (in a form of feature maps) learned from the easier task (semantic segmentation).
  • parameters from the encoder, semantic segmentation decoder network, and the instance segmentation decoder network can be combined to initialize the multi-task convolutional neural network.
  • the encoder network does not train with the instance segmentation decoder network, but instead provides outputs (e.g., feature maps) generated when performing semantic segmentation with the semantic segmentation decoder network.
  • the output provided by the encoder network 302 to the instance segmentation decoder network 306 can take the form of feature maps, which can be of the same type as the feature maps 614 generated by the encoder fine tuned in the first stage 610 and provided for use in the second stage 620.
  • any feature maps generated by the encoder network 302 in the third stage 630 are generated in response to the image 660, which is different from the dataset (image) 640 received by the encoder network 302 in the first stage 610.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)
EP18913207.9A 2018-12-31 2018-12-31 Verfahren und system zur semantischen segmentierung mit einbeziehung eines neuronalen faltungsnetzes mit mehreren tasks Withdrawn EP3698286A4 (de)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/US2018/068172 WO2020142077A1 (en) 2018-12-31 2018-12-31 Method and system for semantic segmentation involving multi-task convolutional neural network

Publications (2)

Publication Number Publication Date
EP3698286A1 true EP3698286A1 (de) 2020-08-26
EP3698286A4 EP3698286A4 (de) 2020-12-23

Family

ID=71407381

Family Applications (1)

Application Number Title Priority Date Filing Date
EP18913207.9A Withdrawn EP3698286A4 (de) 2018-12-31 2018-12-31 Verfahren und system zur semantischen segmentierung mit einbeziehung eines neuronalen faltungsnetzes mit mehreren tasks

Country Status (2)

Country Link
EP (1) EP3698286A4 (de)
WO (1) WO2020142077A1 (de)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114240945A (zh) * 2022-02-28 2022-03-25 科大天工智能装备技术(天津)有限公司 一种基于目标分割的桥梁钢索断裂检测方法及系统
CN115273813A (zh) * 2022-07-08 2022-11-01 珠海亿智电子科技有限公司 哭声检测网络训练方法、装置、电子设备及存储介质

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112489060B (zh) * 2020-12-07 2022-05-10 北京医准智能科技有限公司 一种用于肺炎病灶分割的系统及方法
CN113112454B (zh) * 2021-03-22 2024-03-19 西北工业大学 一种基于任务动态学习部分标记的医学图像分割方法
US12566941B2 (en) * 2021-03-25 2026-03-03 GE Precision Healthcare LLC Extension of existing neural networks without affecting existing outputs
WO2022226723A1 (zh) * 2021-04-26 2022-11-03 华为技术有限公司 一种信息处理方法及装置
CN115376176A (zh) * 2021-05-21 2022-11-22 阿里巴巴新加坡控股有限公司 图像处理方法及装置
CN113689438A (zh) * 2021-08-12 2021-11-23 华中农业大学 针对果粒边缘的葡萄果粒分割方法
CN114915786B (zh) * 2022-04-26 2023-07-28 哈尔滨工业大学(深圳) 一种面向物联网场景的非对称语义图像压缩方法
CN114972313B (zh) * 2022-06-22 2024-04-19 北京航空航天大学 图像分割网络预训练方法及装置
CN116543448B (zh) * 2022-07-14 2026-01-06 南京航空航天大学 一种被动式太赫兹图像的固定背景下人体自动跟踪方法
CN119654636A (zh) * 2022-08-26 2025-03-18 英特尔公司 通过多对一知识注入来训练神经网络
CN116109825A (zh) * 2023-02-03 2023-05-12 华为技术有限公司 语义分割模型训练方法、语义分割方法和装置
CN116342883B (zh) * 2023-03-30 2026-02-24 浙江大学 一种端到端无监督激光里程计与语义分割结合的方法
CN116452983B (zh) * 2023-06-12 2023-10-10 合肥工业大学 一种基于无人机航拍影像的国土地貌变化快速发现方法
CN117115650A (zh) * 2023-08-25 2023-11-24 齐鲁工业大学(山东省科学院) 一种基于编解码器技术的城市道路语义分割方法及系统
CN117574179B (zh) * 2024-01-16 2024-05-28 北京趋动智能科技有限公司 多任务学习模型构建方法及装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11481585B2 (en) * 2016-05-20 2022-10-25 Canary Capital Llc Segmentation of data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114240945A (zh) * 2022-02-28 2022-03-25 科大天工智能装备技术(天津)有限公司 一种基于目标分割的桥梁钢索断裂检测方法及系统
CN115273813A (zh) * 2022-07-08 2022-11-01 珠海亿智电子科技有限公司 哭声检测网络训练方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
WO2020142077A1 (en) 2020-07-09
EP3698286A4 (de) 2020-12-23

Similar Documents

Publication Publication Date Title
US10467500B1 (en) Method and system for semantic segmentation involving multi-task convolutional neural network
WO2020142077A1 (en) Method and system for semantic segmentation involving multi-task convolutional neural network
Dong et al. Mobilexnet: An efficient convolutional neural network for monocular depth estimation
US11321859B2 (en) Pixel-wise residual pose estimation for monocular depth estimation
KR102338372B1 (ko) 영상으로부터 객체를 분할하는 방법 및 장치
CN112001914A (zh) 深度图像补全的方法和装置
CN110163801A (zh) 一种图像超分辨和着色方法、系统及电子设备
CN110799996A (zh) 在不同的深度学习架构之间的知识转移
CN111695596A (zh) 一种用于图像处理的神经网络以及相关设备
KR20180050832A (ko) Cnn을 이용한 이미지 디헤이징 방법 및 그 시스템
US11756219B2 (en) Multi-scale recurrent decoder for monocular depth estimation
CN112534443A (zh) 图像处理设备及其操作方法
CN116993987B (zh) 一种基于轻量级神经网络模型的图像语义分割方法及系统
CN113724128A (zh) 一种训练样本的扩充方法
CN117152454B (zh) 特征图处理方法、图像识别方法及相关装置
CN114120260A (zh) 可行驶区域识别方法及其系统、计算机设备、存储介质
US20220207679A1 (en) Method and apparatus for stitching images
KR20230013989A (ko) 이미지 처리 장치, 이의 동작 방법 및, 이를 포함하는 이미지 처리 시스템
US20220101476A1 (en) Refining image acquisition data through domain adaptation
EP4083874A1 (de) Bildverarbeitungsvorrichtung und betriebsverfahren dafür
CN115908753A (zh) 一种全身人体网格表面重建方法及相关装置
CN108596865A (zh) 一种用于卷积神经网络的特征图增强系统及方法
CN114445629A (zh) 模型生成、图像分割方法、系统、电子设备及存储介质
JP7811726B2 (ja) 学習装置、学習方法及びプログラム
CN115019116B (zh) 学习装置以及学习方法

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: UNKNOWN

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20191011

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

RAP1 Party data changed (applicant data changed or rights of an application transferred)

Owner name: BEIJING DIDI INFINITY TECHNOLOGY AND DEVELOPMENT CO., LTD.

A4 Supplementary search report drawn up and despatched

Effective date: 20201120

RIC1 Information provided on ipc code assigned before grant

Ipc: G06T 7/246 20170101ALI20201116BHEP

Ipc: G06N 3/04 20060101AFI20201116BHEP

Ipc: G06N 3/08 20060101ALI20201116BHEP

Ipc: G06T 7/11 20170101ALI20201116BHEP

Ipc: G06T 3/00 20060101ALI20201116BHEP

Ipc: G06T 1/20 20060101ALI20201116BHEP

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20211011

17Q First examination report despatched

Effective date: 20211022

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN

18W Application withdrawn

Effective date: 20220726