Giter Club home page Giter Club logo

Comments (5)

pengsongyou avatar pengsongyou commented on May 30, 2024

Thanks so much for pointing this out @Hippogriff. Yup, I developed at the early stage directly with ONet's decoder, so forgot to change the comments. We don't use CBN at all now.

from convolutional_occupancy_networks.

Wuziyi616 avatar Wuziyi616 commented on May 30, 2024

@pengsongyou Hi! Thank you for your great work! I'm also very interested in why you didn't use CBN any more? Cause in ONet, CBN seems to work smoothly. Do you have any ablation study about the performance when using or not CBN in ConvONet? Or is it just an issue for GPU memory since you said "memory intensive batch normalization operation" in the paper?

from convolutional_occupancy_networks.

pengsongyou avatar pengsongyou commented on May 30, 2024

Hi @Wuziyi616 , thanks for your interest! We did an ablation study on this at the very beginning. We found that without CBN:

  1. It is more memory efficient (I don't remember the exact number, ~20% - 30% less memory)
  2. Training process becomes faster
  3. We don't find any performance drop, and in some cases, it can even reach slightly higher scores with a smaller number of iterations.

Hope this helps.

from convolutional_occupancy_networks.

Wuziyi616 avatar Wuziyi616 commented on May 30, 2024

@pengsongyou Thank you for your quick reply! Indeed I tried the code the training is faster and converged smoothly. BTW, just to make sure, the "configs/pointcloud/shapenet_3plane.yaml" is for training the "Ours-2D (3x64^2)" on Object-Level 3D Reconstruction from Point Clouds task (in which your model achieved an IoU of 0.861) right? That performance is amazing! Again this is really a great work!

from convolutional_occupancy_networks.

pengsongyou avatar pengsongyou commented on May 30, 2024

Hi @Wuziyi616 , thanks for the kind word! Yup, that is the model :) I think you might even get a little bit higher score because we continue training the model for a bit longer.

from convolutional_occupancy_networks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.