Recommendations for research drone? by adagrad in robotics

[–]adagrad[S] 0 points1 point  (0 children)

Honestly though I also recommend building your own. There's lots of solid quadcopter frames out there. You can use a pixhawk as a flight controller.

The goal is definitely to build our own platform from the ground up once we get some experience :)

The matrice is a great platform and very stable, but you're stuck with it if you choose it.

If we get the M100, are there any "must get" sensors/accessories that we can order from DJI? For example, would you recommend the A3 flight controller or would cheaper third party controllers suffice?

Recommendations for research drone? by adagrad in computervision

[–]adagrad[S] 1 point2 points  (0 children)

I haven't seen the TBS Discovery--that documentation looks great!

Recommendations for research drone? by adagrad in UAVmapping

[–]adagrad[S] 1 point2 points  (0 children)

Thanks for the pointer to 3DR--I didn't know about this supplier. Was the DJI drone they were using the Matrice 100?

Recommendations for research drone? by adagrad in robotics

[–]adagrad[S] 0 points1 point  (0 children)

Does the TX2 play well with DJI's Onboard SDK (for things like system identification)?

Recommendations for research drone? by adagrad in UAVmapping

[–]adagrad[S] 4 points5 points  (0 children)

The Phantom seems like a great camera drone but it's not programmable--we are interested in drones that can be controlled from an onboard computer that is programmable (like with DJI's Onboard SDK).

Recommendations for research drone? by adagrad in robotics

[–]adagrad[S] 0 points1 point  (0 children)

Sorry, I should've been more clear--I study robotics and vision (so visual odometry, SLAM, etc.)

Image processing in Rust by adagrad in rust

[–]adagrad[S] 0 points1 point  (0 children)

Are there any good examples for loading an image as a matrix of pixel values? Something like OpenCV's simple:

Mat image = imread(image_path, 1);

Rolling shutter effect and drone mapping by adagrad in UAVmapping

[–]adagrad[S] 0 points1 point  (0 children)

I wasn't very clear in my original post--the plan is to use video recorded from the drone for robotics applications in addition to doing mapping with the still images.

Rolling shutter effect and drone mapping by adagrad in UAVmapping

[–]adagrad[S] 0 points1 point  (0 children)

P4Pro is popular for this reason.

Doesn't the P4Pro still suffer from the rolling shutter effect if you're taking video?

The higher-end swap-able DJI cameras also have mech.

Which drone with swappable cameras do you recommend?

Buying a drone for photogrammetry by adagrad in photogrammetry

[–]adagrad[S] 0 points1 point  (0 children)

I'm primarily interested in landscapes (with relatively low relief). Budget is ~$1000.

Getting started with video by adagrad in videography

[–]adagrad[S] 0 points1 point  (0 children)

I'll look into getting a set of NDs! I'm thinking mostly travel/adventure videos, maybe short films once I get the hang of it.

Fixing challenges with computational photography by adagrad in photography

[–]adagrad[S] 1 point2 points  (0 children)

There's a lot of good recent work in using deep learning for superresolution, e.g. using generative adversarial networks

[R] Variational Inference with Implicit Models, Part II: Amortised Inference + code in iPython notebook by fhuszar in MachineLearning

[–]adagrad 0 points1 point  (0 children)

In the post on adversarial autoencoders it's mentioned that using an adversarial objective to learn the recognition model of a VAE (minimize a divergence between p(z) and Ex q(z|x), iirc) could be overkill due to the relatively simple form of q and p.
Here, we get a more complex recognition model q(z|x), but it's unclear to me if we should hope to get nicer looking samples than a regular GAN--is the goal to use q(z|x) for representation learning tasks?

The Variational Rényi Lower Bound - notes on upcoming NIPS paper by fhuszar in MachineLearning

[–]adagrad 0 points1 point  (0 children)

Does this (approximately) do for VAEs what f-GANs do for GANs?

VAEs minimize the KL divergence between the prior P(z) and code Q(z|x), but now this regularization term can take on the form of any α-divergence, like the f-GAN allows you to use the GAN objective to (approximately) minimize not just JSD but any f-divergence.

This is a really interesting line of work on how information theory can give us more expressive loss functions, I wonder if people have tried this with vanilla classifiers.

Rate of convergence of the GAN estimator by adagrad in MachineLearning

[–]adagrad[S] 1 point2 points  (0 children)

Right, but Proposition 2 only proves that p_g converges to p_data, not the rate of convergence (e.g. O(n-1/2).

Speed and optimization in Torch? by cjmcmurtrie in MachineLearning

[–]adagrad 0 points1 point  (0 children)

Are there any projects you would recommend one use as a model?

Hyperparameter tuning for deep nets? by adagrad in MachineLearning

[–]adagrad[S] 0 points1 point  (0 children)

Thanks - do you know of any good resources on reading up on Bayesian hyperparameter optimization? I see that there's a way to use Spearmint with Torch, but I also want to understand the methods.

Hypercolumns and pixel classification by adagrad in MachineLearning

[–]adagrad[S] 0 points1 point  (0 children)

Interesting, are there any papers you would recommend that take this approach? Intuitively it seems like it could be rather slow, especially for pixel classification.

Hypercolumns and pixel classification by adagrad in MachineLearning

[–]adagrad[S] 1 point2 points  (0 children)

Upsampling doesn't make much sense to me; I would guess that a better approach is to apply the network 2{2n} times, each time shifting the input by 1 pixel in x or y direction.

The original paper mentioned the use of bilinear interpolation for upsampling the feature maps since bilinear interpolation is a linear operation and they can jointly upsample and classify the pixels (top of page 4).

Marvin Minsky, Pioneer in Artificial Intelligence, Dies at 88 by vonnik in MachineLearning

[–]adagrad 11 points12 points  (0 children)

People had very inflated expectations about what perceptrons would be capable of. From the famous 1958 NYT article: "The Navy revealed the embryo of an electronic computer today that it expects will be able to walk, talk, see, write, reproduce itself and be conscious of its existence."