CN117058401B - High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception - Google Patents

High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception Download PDF

Info

Publication number
CN117058401B
CN117058401B CN202311021974.3A CN202311021974A CN117058401B CN 117058401 B CN117058401 B CN 117058401B CN 202311021974 A CN202311021974 A CN 202311021974A CN 117058401 B CN117058401 B CN 117058401B
Authority
CN
China
Prior art keywords
point cloud
vector
point
index
feature vector
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.)
Active
Application number
CN202311021974.3A
Other languages
Chinese (zh)
Other versions
CN117058401A (en
Inventor
张新钰
谢涛
王力
杨淋淇
李效宇
赵虚左
徐大中
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 Xuetuling Education Technology Co ltd
Original Assignee
Beijing Xuetuling Education Technology Co ltd
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 Beijing Xuetuling Education Technology Co ltd filed Critical Beijing Xuetuling Education Technology Co ltd
Priority to CN202311021974.3A priority Critical patent/CN117058401B/en
Publication of CN117058401A publication Critical patent/CN117058401A/en
Application granted granted Critical
Publication of CN117058401B publication Critical patent/CN117058401B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/462Salient features, e.g. scale invariant feature transforms [SIFT]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/764Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Artificial Intelligence (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Evolutionary Computation (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Image Analysis (AREA)

Abstract

The application provides a high-precision point cloud classification self-adaptive downsampling method and device for complex environment perception, and relates to the technical field of point cloud processing, wherein the method comprises the following steps: acquiring a characteristic vector of each point cloud in the original point cloud data, and generating a point cloud matrix by taking the characteristic vector as a row vector; obtaining the maximum eigenvalue of each column of the point cloud matrix to obtain a first eigenvector representing the key point; processing the first feature vector representing the key point to obtain a second feature vector representing the unique feature value of the key point; sorting the elements of the second feature vector to obtain a sorted second feature vector and a corresponding index vector containing all key point indexes; and acquiring the key points and the corresponding feature vectors thereof from the original point cloud data by using index vectors containing all the key point indexes. The self-adaptive downsampling method and device can realize self-adaptive downsampling of the unordered point cloud, and have the advantage of high efficiency.

Description

High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception
Technical Field
The application relates to the technical field of automatic driving, in particular to a high-precision point cloud classification self-adaptive downsampling method and device for sensing complex environments.
Background
In typical point-based neural networks, such as PointNet and DGCNN, the number of points in the point cloud is fixed throughout the network. PointNet++ downsamples the point cloud using Furthest Point Sampling (FPS). However, because it generates an overlapping partition by finding k-NN points around each sample point, it requires more computational cost than PointNet because of the need to search in a high-dimensional feature space. KCNet and foldingtet downsamples the graph using graph-based max-pooling, which uses a pre-constructed k-NN graph to obtain maximum features on each node's neighborhood. However, these methods do not guarantee that the most important points, so-called key points, are delivered into the downstream network. Resulting in a less relevant feature point being selected or generated and an important point being deleted. Furthermore, the downsampling used in these networks is static, where the sampling is based only on the spatial locations of the points in the input point cloud, rather than their corresponding learning characteristics. On the other hand, algorithms that use inter-point feature space distances, such as PointNet++, are computationally expensive. There is a method that introduces a deep learning approach to optimize point cloud sampling, where a trained neural network model is able to generate a downsampled point cloud from an original dataset. These methods all generate a new set of points instead of selecting a subset of input points, which makes it difficult to track the contribution of each input point to the output.
In some applications the three-dimensional point cloud is directly processed, and in other applications the point cloud is converted into regular voxels. However, the transition to regular voxels results in a loss of geometric information and high computational complexity. Recently, RS-CNN introduced that this approach attempted to learn irregular CNN to capture local point cloud features, thereby achieving the highest accuracy in classification. In addition to these methods, a deep learning network for point cloud sampling is also presented. The method generates a downsampled point cloud from an original unordered input point cloud, which is not guaranteed to be a subset of the original point cloud. Therefore, a post-processing matching step is required, thereby making the system more complex.
Thus, there is currently a lack of an adaptive, fast downsampling method of disordered point clouds that can be integrated into deep neural networks.
Disclosure of Invention
In view of this, the present application provides a high-precision point cloud classification adaptive downsampling method and device for complex environment sensing, so as to solve the above technical problems.
In a first aspect, an embodiment of the present application provides a high-precision point cloud classification adaptive downsampling method for complex environment sensing, including:
acquiring a feature vector of each unordered point in the original point cloud data, and generating a point cloud matrix by taking the feature vector as a row vector;
obtaining the maximum eigenvalue of each column of the point cloud matrix to obtain a first eigenvector representing the key point;
processing the first feature vector representing the key point to obtain a second feature vector representing the unique feature value of the key point;
sorting the elements of the second feature vector to obtain a sorted second feature vector and a corresponding index vector containing all key point indexes;
and acquiring the key points and the corresponding feature vectors thereof from the original point cloud data by using index vectors containing all the key point indexes.
Further, the point cloud data comprises n unordered points, and the feature vector of each point is d-dimensional; the point cloud matrix F S Is a matrix of n rows and d columns.
Further, obtaining the maximum eigenvalue of each column of the point cloud matrix to obtain a first eigenvector representing the key point; comprising the following steps:
acquiring a point cloud matrix F S Obtaining d maximum eigenvalues according to the maximum eigenvalues of each column of the plurality of columns;
combining d maximum eigenvalues into a first eigenvector f max The dimension of the material is d;
and generating an index vector idx by using the corresponding row index of each maximum characteristic value, wherein the point corresponding to the row index is a key point.
Further, the first feature vector representing the key point is processed to obtain a second feature vector representing the unique feature value of the key point; comprising the following steps:
the first characteristic vector f max Adding the characteristic values belonging to the same row index to obtain m unique characteristic values corresponding to the row index;
generating a second eigenvector f from m unique eigenvalues S The method comprises the steps of carrying out a first treatment on the surface of the And generating an index vector uidx by the row indexes corresponding to the m unique characteristic values.
Further, when the plurality of original point cloud data are batched, the method further includes:
acquiring an index vector suidx corresponding to the ordered second feature vector of each original point cloud data;
obtaining the maximum value D of the dimensions of all index vectors suidx max
Expanding each index vector suidx to D using nearest neighbor interpolation max Index vector of dimension.
Further, the ordering is in ascending or descending order.
In a second aspect, an embodiment of the present application provides a high-precision point cloud classification adaptive downsampling apparatus for complex environment sensing, including:
the acquisition unit is used for acquiring the characteristic vector of each unordered point in the original point cloud data and generating a point cloud matrix by taking the characteristic vector as a row vector;
the computing unit is used for obtaining the maximum eigenvalue of each column of the point cloud matrix and obtaining a first eigenvector for representing the key point;
the processing unit is used for processing the first characteristic vector representing the key point to obtain a second characteristic vector representing the unique characteristic value of the key point;
the sorting unit is used for sorting the elements of the second feature vector to obtain a third feature vector after sorting and a corresponding index vector containing all the key point indexes;
and the downsampling unit is used for acquiring the key points and the corresponding feature vectors thereof from the original point cloud by utilizing the index vectors containing all the key point indexes.
In a third aspect, an embodiment of the present application provides an electronic device, including: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the methods of the embodiments of the present application when executing the computer program.
In a fourth aspect, embodiments of the present application provide a computer-readable storage medium storing computer instructions that, when executed by a processor, implement a method of embodiments of the present application.
The self-adaptive downsampling method and device can realize self-adaptive downsampling of the unordered point cloud, and have the advantage of high efficiency.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flowchart of a high-precision point cloud classification adaptive downsampling method for complex environment sensing according to an embodiment of the present application;
fig. 2 is a functional block diagram of a high-precision point cloud classification adaptive downsampling device for complex environment sensing according to an embodiment of the present application;
fig. 3 is a functional block diagram of an electronic device according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions of the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
First, the design concept of the embodiment of the present application will be briefly described.
In most robotic applications, laser point cloud data plays a key role in sensing the surrounding environment. In particular, autonomous mobile robotic systems utilize point cloud data to train a network model to address various issues such as dynamic target detection, synchronous localization and mapping (SLAM), path planning, and the like. With the introduction of many new methods such as PointNet, the extraction of features from unordered point clouds using deep neural networks in PointNet++, DGCNN, pointCNN, SONet has become a very popular research area. These methods have proven to be quite successful on point cloud classification datasets, such as ModelNet 40.
To address the sparsity of the point cloud, a deep learning algorithm tends to voxel the space and then apply a 3D CNN to the voxels. One problem with this approach is that network size and computational complexity grow rapidly with increasing spatial resolution. On the other hand, a lower spatial resolution means a larger voxel and a higher quantization error. One way to alleviate this problem is to use octree or kd-Tree instead of voxels. For example, a kd-tree of point clouds is built and then traversed by a hierarchical feature extractor, exploiting the invariance of the point clouds in the actual scene. In contrast, a point-based neural network does not require conversion of the point cloud to another format. This avoids resolution loss. A very efficient way to exploit local geometry information is to model the point cloud as a disordered (non-euler) point map, and then apply the CNN on it.
The advantage of point cloud downsampling is that (1) most of the graph convolution methods on point clouds use knn searches to find a neighborhood for each point. Thus, the downsampling operation reduces the computational cost of subsequent convolutional layers. (2) The number of points in the network is reduced, so that the memory usage amount in running is reduced. (3) Downsampling may improve the robustness of certain disturbances in the input data. The current downsampling method cannot adaptively downsample the unordered point cloud.
In order to solve the technical problems, the application provides a high-precision point cloud classification self-adaptive downsampling method for complex environment perception, which not only selects output points from input points, but also downsamples points in a network in a manner that key points are not lost in the process. Unlike the random sampling type layer, the method employs a deterministic layer that produces the same set of points after each run. It is unchanged for the arrangement of the input points, i.e. the order is unchanged. The method learns to downsample the points in the training process, so the method is self-adaptive, is not limited to a global method of neighborhood search, and has the advantage of high efficiency.
After the application scenario and the design idea of the embodiment of the present application are introduced, the technical solution provided by the embodiment of the present application is described below.
As shown in fig. 1, an embodiment of the present application provides a high-precision point cloud classification adaptive downsampling method for complex environment sensing, including:
step 101: acquiring a feature vector of each unordered point in the original point cloud data, and generating a point cloud matrix by taking the feature vector as a row vector;
the point cloud data includes n unordered points, each point represented as a feature vector x ε R d Where R is the real set and d is the dimension of the feature vector. The purpose of the downsampling is to generate a key point subset, wherein the key point subset has m points in total, and m is less than or equal to n, and each point is expressed as a characteristic vector y epsilon R d . The key points of the point cloud are the points where the most information needs to be retained during the down-sampling (or pooling) process. These points may vary from task to task and from application to application. Point cloud matrix F S Is a matrix of n rows (corresponding to n input points) and d columns (corresponding to d-dimensional feature vectors).
Step 102: obtaining the maximum eigenvalue of each column of the point cloud matrix to obtain a first eigenvector representing the key point;
wherein, this step specifically includes:
acquiring a point cloud matrix F s Obtaining d maximum eigenvalues according to the maximum eigenvalues of each column of the plurality of columns;
combining d maximum eigenvalues into a first eigenvector f max The dimension of the material is d;
and generating an index vector idx by using the corresponding row index of each maximum characteristic value, wherein the point corresponding to the row index is a key point.
Wherein,acquiring a point cloud matrix F S The maximum eigenvalue of each column of (a) is the same as the feature dimension maximum pooling operation in PointNet. The key points are the points that should be preserved during the downsampling process.
Step 103: processing the first feature vector representing the key point to obtain a second feature vector representing the unique feature value of the key point;
since the index vector idx may contain multiple identical points at the same time. To avoid these duplicate points, a unique index is extracted from idx and the processed index vector is denoted by uidx. In addition to finding a vector with a unique index, feature vector f max Adding the components belonging to the same row index to obtain a unique characteristic value corresponding to the row index, and generating a characteristic vector f by using the unique characteristic value S A corresponding row index vector uidx;
step 104: sorting the elements of the second feature vector to obtain a sorted second feature vector and a corresponding index vector containing all key point indexes;
for the characteristic vector f S Sorting (sorting in ascending or descending order); performing post-sorting on the corresponding indexes in the uidx based on the sorting output to obtain an index vector suidx;
when a plurality of original point cloud data are batch-processed, the number of elements in suidx may be different for different point clouds in the input batch process, but the number of elements needs to be the same. The method further comprises the steps of:
acquiring an index vector suidx corresponding to the ordered second feature vector of each original point cloud data;
obtaining the maximum value D of the dimensions of all index vectors suidx max
Expanding each index vector suidx to D using nearest neighbor interpolation max Index vector rsuidx of dimension;
when the dimension of the index vector suidx is D, for the ith element of the index vector rsuidx, let
Wherein, [. Cndot. ] is an upward rounding symbol;
the i-th element of the index vector rsuidx is the j-th element of the index vector suidx.
For example, there is a known vector 1*5, which is to be expanded into a 1×10 vector, and if a value of the 4 th element in the 1×10 vector is to be obtained, it corresponds to a value of the 4/2=2 element in the original vector, and the 5 th element in the 1×10 vector corresponds to a value of the 5/2=2.5 element in the original vector, and the 3 rd element is rounded up.
Step 105: and acquiring the key points and the corresponding feature vectors thereof from the original point cloud data by using index vectors containing all the key point indexes.
Based on the foregoing embodiments, the embodiment of the present application provides a high-precision point cloud classification adaptive downsampling device for sensing a complex environment, and referring to fig. 2, the high-precision point cloud classification adaptive downsampling device 200 for sensing a complex environment provided in the embodiment of the present application at least includes:
an obtaining unit 201, configured to obtain a feature vector of each unordered point cloud in the original point cloud data, and generate a point cloud matrix with the feature vector as a row vector;
the computing unit 202 is configured to obtain a maximum feature value of each column of the point cloud matrix, and obtain a first feature vector representing the key point;
a processing unit 203, configured to process the first feature vector representing the key point to obtain a second feature vector representing a unique feature value of the key point;
a sorting unit 204, configured to sort the elements of the second feature vector, so as to obtain a sorted third feature vector and a corresponding index vector containing all the key point indexes;
the downsampling unit 205 is configured to obtain key points and corresponding feature vectors from the original point cloud by using index vectors including all the key point indexes.
It should be noted that, the principle of solving the technical problem by the complex environment-aware high-precision point cloud classification adaptive downsampling device 200 provided in the embodiment of the present application is similar to that of the method provided in the embodiment of the present application, so that the implementation of the complex environment-aware high-precision point cloud classification adaptive downsampling device 200 provided in the embodiment of the present application can refer to the implementation of the method provided in the embodiment of the present application, and the repetition is omitted.
Based on the foregoing embodiments, the embodiment of the present application further provides an electronic device, as shown in fig. 3, where the electronic device 300 provided in the embodiment of the present application includes at least: processor 301, memory 302, and a computer program stored on memory 302 and executable on processor 301, processor 301 when executing the computer program implements the complex context aware high precision point cloud classification adaptive downsampling method provided by embodiments of the present application.
The electronic device 300 provided by the embodiments of the present application may also include a bus 303 that connects the different components, including the processor 301 and the memory 302. Bus 303 represents one or more of several types of bus structures, including a memory bus, a peripheral bus, a local bus, and so forth.
The Memory 302 may include readable media in the form of volatile Memory, such as random access Memory (Random Access Memory, RAM) 3021 and/or cache Memory 3022, and may further include Read Only Memory (ROM) 3023.
The memory 302 may also include a program tool 3025 having a set (at least one) of program modules 3024, the program modules 3024 including, but not limited to: an operating subsystem, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment.
The electronic device 300 may also communicate with one or more external devices 304 (e.g., keyboard, remote control, etc.), one or more devices that enable a user to interact with the electronic device 300 (e.g., cell phone, computer, etc.), and/or any device that enables the electronic device 300 to communicate with one or more other electronic devices 300 (e.g., router, modem, etc.). Such communication may occur through an Input/Output (I/O) interface 305. Also, electronic device 300 may communicate with one or more networks such as a local area network (Local Area Network, LAN), a wide area network (Wide Area Network, WAN), and/or a public network such as the internet via network adapter 306. As shown in fig. 3, the network adapter 306 communicates with other modules of the electronic device 300 over the bus 303. It should be appreciated that although not shown in fig. 3, other hardware and/or software modules may be used in connection with electronic device 300, including, but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, disk array (Redundant Arrays of Independent Disks, RAID) subsystems, tape drives, data backup storage subsystems, and the like.
It should be noted that the electronic device 300 shown in fig. 3 is only an example, and should not impose any limitation on the functions and application scope of the embodiments of the present application.
The embodiment of the application also provides a computer readable storage medium, wherein the computer readable storage medium stores computer instructions, and the computer instructions realize the high-precision point cloud classification self-adaptive downsampling method for complex environment perception provided by the embodiment of the application when being executed by a processor. Specifically, the executable program may be built-in or installed in the electronic device 300, so that the electronic device 300 may implement the high-precision point cloud classification adaptive downsampling method for complex environment sensing provided in the embodiments of the present application by executing the built-in or installed executable program.
The high-precision point cloud classification adaptive downsampling method for complex environment awareness provided by the embodiments of the present application may also be implemented as a program product comprising program code for causing an electronic device 300 to perform the high-precision point cloud classification adaptive downsampling method for complex environment awareness provided by the embodiments of the present application when the program product is executable on the electronic device 300.
The program product provided by the embodiments of the present application may employ any combination of one or more readable media, where the readable media may be a readable signal medium or a readable storage medium, and the readable storage medium may be, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof, and more specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a RAM, a ROM, an erasable programmable read-Only Memory (Erasable Programmable Read Only Memory, EPROM), an optical fiber, a portable compact disk read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The program product provided by the embodiments of the present application may be implemented as a CD-ROM and include program code that may also be run on a computing device. However, the program product provided by the embodiments of the present application is not limited thereto, and in the embodiments of the present application, the readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
It should be noted that although several units or sub-units of the apparatus are mentioned in the above detailed description, such a division is merely exemplary and not mandatory. Indeed, the features and functions of two or more of the elements described above may be embodied in one element in accordance with embodiments of the present application. Conversely, the features and functions of one unit described above may be further divided into a plurality of units to be embodied.
Furthermore, although the operations of the methods of the present application are depicted in the drawings in a particular order, this is not required to or suggested that these operations must be performed in this particular order or that all of the illustrated operations must be performed in order to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform.
Finally, it should be noted that the above embodiments are merely illustrative of the technical solution of the present application and not limiting. Although the present application has been described in detail with reference to the embodiments, it should be understood by those skilled in the art that the modifications and equivalents may be made to the technical solutions of the present application without departing from the spirit and scope of the technical solutions of the present application, and all such modifications and equivalents are intended to be encompassed in the scope of the claims of the present application.

Claims (9)

1. The high-precision point cloud classification self-adaptive downsampling method for complex environment perception is characterized by comprising the following steps of:
acquiring a feature vector of each unordered point in the original point cloud data, and generating a point cloud matrix by taking the feature vector as a row vector;
obtaining the maximum eigenvalue of each column of the point cloud matrix to obtain a first eigenvector representing the key point;
processing the first feature vector representing the key point to obtain a second feature vector representing the unique feature value of the key point;
sorting the elements of the second feature vector to obtain a sorted second feature vector and a corresponding index vector containing all key point indexes;
and acquiring the key points and the corresponding feature vectors thereof from the original point cloud data by using index vectors containing all the key point indexes.
2. The method of claim 1, wherein the point cloud data comprises n unordered points, each point having a feature vector of d-dimensions; the point cloud matrix F S Is a matrix of n rows and d columns.
3. The method of claim 2, wherein a maximum eigenvalue of each column of the point cloud matrix is obtained to obtain a first eigenvector characterizing the key point; comprising the following steps:
acquiring a point cloud matrix F S Obtaining d maximum eigenvalues according to the maximum eigenvalues of each column of the plurality of columns;
combining d maximum eigenvalues into a first eigenvector f max The dimension of the material is d;
and generating an index vector idx by using the corresponding row index of each maximum characteristic value, wherein the point corresponding to the row index is a key point.
4. A method according to claim 3, wherein the first feature vector representing the keypoint is processed to obtain a second feature vector representing a unique feature value of the keypoint; comprising the following steps:
the first characteristic vector f max Adding the characteristic values belonging to the same row index to obtain m unique characteristic values corresponding to the row index;
generating a second eigenvector f from m unique eigenvalues S The method comprises the steps of carrying out a first treatment on the surface of the And generating an index vector uidx by the row indexes corresponding to the m unique characteristic values.
5. The method of claim 1, wherein when batching a plurality of raw point cloud data, the method further comprises:
acquiring an index vector suidx corresponding to the ordered second feature vector of each original point cloud data;
obtaining the maximum value D of the dimensions of all index vectors suidx max
Expanding each index vector suidx to D using nearest neighbor interpolation max Index vector of dimension.
6. The method of claim 1, wherein the ordering is in ascending or descending order.
7. The utility model provides a high accuracy point cloud classification self-adaptation downsampling device of complex environment perception which characterized in that includes:
the acquisition unit is used for acquiring the characteristic vector of each unordered point in the original point cloud data and generating a point cloud matrix by taking the characteristic vector as a row vector;
the computing unit is used for obtaining the maximum eigenvalue of each column of the point cloud matrix and obtaining a first eigenvector for representing the key point;
the processing unit is used for processing the first characteristic vector representing the key point to obtain a second characteristic vector representing the unique characteristic value of the key point;
the sorting unit is used for sorting the elements of the second feature vector to obtain a third feature vector after sorting and a corresponding index vector containing all the key point indexes;
and the downsampling unit is used for acquiring the key points and the corresponding feature vectors thereof from the original point cloud by utilizing the index vectors containing all the key point indexes.
8. An electronic device, comprising: memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method according to any of claims 1-6 when the computer program is executed.
9. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the method of any one of claims 1-6.
CN202311021974.3A 2023-08-15 2023-08-15 High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception Active CN117058401B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311021974.3A CN117058401B (en) 2023-08-15 2023-08-15 High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311021974.3A CN117058401B (en) 2023-08-15 2023-08-15 High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception

Publications (2)

Publication Number Publication Date
CN117058401A CN117058401A (en) 2023-11-14
CN117058401B true CN117058401B (en) 2024-03-15

Family

ID=88668661

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311021974.3A Active CN117058401B (en) 2023-08-15 2023-08-15 High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception

Country Status (1)

Country Link
CN (1) CN117058401B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112912928A (en) * 2018-11-14 2021-06-04 华为技术有限公司 Method and system for dynamically selecting deep neural networks of feature-related points from a point cloud
WO2021115081A1 (en) * 2019-12-13 2021-06-17 深圳市商汤科技有限公司 Three-dimensional object detection and intelligent driving
CN115937644A (en) * 2022-12-15 2023-04-07 清华大学 Point cloud feature extraction method and device based on global and local fusion

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112912928A (en) * 2018-11-14 2021-06-04 华为技术有限公司 Method and system for dynamically selecting deep neural networks of feature-related points from a point cloud
WO2021115081A1 (en) * 2019-12-13 2021-06-17 深圳市商汤科技有限公司 Three-dimensional object detection and intelligent driving
CN115937644A (en) * 2022-12-15 2023-04-07 清华大学 Point cloud feature extraction method and device based on global and local fusion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张彬 ; 熊传兵 ; .基于体素下采样和关键点提取的点云自动配准.激光与光电子学进展.(04),109-117. *

Also Published As

Publication number Publication date
CN117058401A (en) 2023-11-14

Similar Documents

Publication Publication Date Title
Van Der Maaten Accelerating t-SNE using tree-based algorithms
Xie et al. Point clouds learning with attention-based graph convolution networks
Fan et al. Svt-net: Super light-weight sparse voxel transformer for large scale place recognition
Shen et al. An incremental online semi-supervised active learning algorithm based on self-organizing incremental neural network
WO2020008272A1 (en) Zero-shot sketch-based image retrieval techniques using neural networks for sketch-image recognition and retrieval
EP3179407A1 (en) Recognition of a 3d modeled object from a 2d image
Araujo et al. Self-organizing maps with a time-varying structure
CN112801059B (en) Graph convolution network system and 3D object detection method based on graph convolution network system
CN115661550A (en) Graph data class imbalance classification method and device based on generation countermeasure network
Kakillioglu et al. 3D capsule networks for object classification with weight pruning
Xing et al. Few-shot single-view 3d reconstruction with memory prior contrastive network
Xuan et al. MV-C3D: A spatial correlated multi-view 3d convolutional neural networks
EP3588441B1 (en) Imagification of multivariate data sequences
CN117058401B (en) High-precision point cloud classification self-adaptive downsampling method and device for complex environment perception
CN116524301A (en) 3D point cloud scene instance shape searching and positioning method based on contrast learning
CN117171393A (en) Multi-mode retrieval-oriented self-adaptive semi-pairing inquiry hash method
CN116524282A (en) Discrete similarity matching classification method based on feature vectors
US11875250B1 (en) Deep neural networks with semantically weighted loss functions
Hajebi et al. An efficient index for visual search in appearance-based SLAM
CN114840695A (en) Three-dimensional model retrieval method and device
Pan et al. 3DTI-Net: Learn 3D transform-invariant feature using hierarchical graph CNN
EP4325388B1 (en) Machine-learning for topologically-aware cad retrieval
KR102616028B1 (en) Apparatus and method for performing visual localization effectively
Wei Three-dimensional point cloud classification based on multi-scale dynamic graph convolutional network
Janovský et al. On Improving 3D U-net Architecture.

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CB03 Change of inventor or designer information

Inventor after: Xie Tao

Inventor after: Wang Li

Inventor after: Yang Linqi

Inventor after: Li Xiaoyu

Inventor after: Zhao Xuzuo

Inventor after: Xu Dazhong

Inventor before: Zhang Xinyu

Inventor before: Xie Tao

Inventor before: Wang Li

Inventor before: Yang Linqi

Inventor before: Li Xiaoyu

Inventor before: Zhao Xuzuo

Inventor before: Xu Dazhong