We lifted 5 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| pv-lab/ml-multiscale-droplets | canonical | 4 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| geometric_loss | Ran | pv-lab/ml-multiscale-droplets/loss.py code served (permissive licence) · get_code("e472f46ade2e055c") |
| read_rotate_crop | Ran | pv-lab/ml-multiscale-droplets/crop.py code served (permissive licence) · get_code("cb704fc35a4d1f19") |
| segment_on_dt | Ran | pv-lab/ml-multiscale-droplets/segmentation.py code served (permissive licence) · get_code("ec0734239bfa16d3") |
| yield_loss | Ran | pv-lab/ml-multiscale-droplets/loss.py code served (permissive licence) · get_code("1b46aecf47ffc860") |
| watershed_segment | Not yet run | pv-lab/ml-multiscale-droplets/segmentation.py code served (permissive licence) · get_code("e1c5569f8191f81e") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Generating droplets from a continuous stream of fluid requires precise tuning of a device to find optimized control parameter conditions. It is analytically intractable to compute the necessary control parameter values of a droplet-generating device that produces optimized droplets. Furthermore, as the length scale of the fluid flow changes, the formation physics and optimized conditions that induce flow decomposition into droplets also change. Hence, a single proportional integral derivative controller is too inflexible to optimize devices of different length scales or different control parameters, while classification machine learning techniques take days to train and require millions of droplet images. Therefore, the question is posed, can a single method be created that universally optimizes multiple length-scale droplets using only a few data points and is faster than previous approaches? In this paper, a Bayesian optimization and computer vision feedback loop is designed to quickly and reliably discover the control parameter values that generate optimized droplets within different length-scale devices. This method is demonstrated to converge on optimum parameter values using 60 images in only 2.3 hours, 30x faster than previous approaches. Model implementation is demonstrated for two different length-scale devices: a milliscale inkjet device and a microfluidics device.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2105.13553")
get_code_for_paper("2105.13553")
have("2105.13553")
Connect an agent — have() is free.