Advanced 2D/3D segmentation Flashcards

1
Q

When does voxelization work?

A
  • small images

- dense images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is octnet and what are its benefits?

A

A 3D segmentation scheme that does 3D convolutions irregularly on an image based on the important locations. Efficient (memory, computation) on large sparse 3D images and resolution invariant (not really, but does not improve much on higher resolution).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is multi-view?

A

2D-sampling of 3D images. Find most important view points of a 3D object and do 2D segmentation, then recombine into a 3D segmented object. Problem is finding views that maximise area coverage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Mention some situations where multi-view is a poor solution

A
  • Large complex point cloud
  • Dense point-cloud
  • Noisy/sparse point cloud
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Give a brief explanation of PointNet

A

A deep learning 3D model for classification and segmentation. Works directly on point cloud in contrast to most other algorithms. Inputs n 3D points and outputs score based on 1024 points (max-pooled) (not sure how output looks).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Mention four different ways of doing 3D segmentation

A

Using voxels/Octrees (VoxNet/OctNet), Multi-view (multiple 2D images), directly from point cloud (PointNet), Kd-trees (Kd-networks), graphs (graph convolutions).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly