Varun Kamat

EECS Department, University of California, Berkeley

Technical Report No. UCB/EECS-2023-196

July 28, 2023

http://www2.eecs.berkeley.edu/Pubs/TechRpts/2023/EECS-2023-196.pdf

Computational Geometry and Geometric Optimization aims to arrange multiple objects in a confined space to achieve some objective. In this thesis, I explore two such problems: Surgical Suture Placement and Seed Placement for Polyculture Gardens.

Suture placement is crucial for patient outcomes, and surgeons typically rely on rules of thumb and experience to choose needle entry and exit points for suture placement. I present SP2DEEF: Suture Planning 2D Equalizing Elliptical Forces, an algorithm that computes entry and exit points to optimize suture forces, improving wound closure and minimizing scarring. SP2DEEF takes as input the wound curve along with scaling information as input, and generates a full, optimized suture plan that can be fine-tuned by the surgeon. Experiments suggest that our suturing algorithm outperforms a naive baseline, and physical phantom experiments suggest that it performs comparably or superior to an expert surgeon. My team and I are currently in the process of developing a publicly-available website which will make the SP2DEEF pipeline fully accessible, the link will be provided shortly at https://github.com/BerkeleyAutomation/SP2DEEF.

The spatial arrangement of plants in a garden or small farm is especially important for poly- culture agriculture to reduce water and pesticide use. We present PolyPoD, a new algorithm for seed placement. Given a polygonal planting area boundary (convex or non-convex) and number and types of seeds, PolyPoD generates the variable radius poisson disk distribution, yielding viable seed placements. Results suggest that PolyPoD outperforms our previous seed placement algorithm with the goal of avoiding over-competition for resources, under- utilization of space, and plant segmentation difficulties. The PolyPoD platform will also offer free access on a website for polyculture farmers worldwide. Source code, documentation, and the website link are available at https://github.com/BerkeleyAutomation/PolyPoD.

Advisors: Ken Goldberg


BibTeX citation:

@mastersthesis{Kamat:EECS-2023-196,
    Author= {Kamat, Varun},
    Title= {Algorithms for Suture Placement and Seed Placement: Planar Geometric Optimization for Surgery and Agriculture},
    School= {EECS Department, University of California, Berkeley},
    Year= {2023},
    Month= {Jul},
    Url= {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2023/EECS-2023-196.html},
    Number= {UCB/EECS-2023-196},
    Abstract= {Computational Geometry and Geometric Optimization aims to arrange multiple objects in a confined space to achieve some objective. In this thesis, I explore two such problems: Surgical Suture Placement and Seed Placement for Polyculture Gardens.

Suture placement is crucial for patient outcomes, and surgeons typically rely on rules of thumb and experience to choose needle entry and exit points for suture placement. I present SP2DEEF: Suture Planning 2D Equalizing Elliptical Forces, an algorithm that computes entry and exit points to optimize suture forces, improving wound closure and minimizing scarring. SP2DEEF takes as input the wound curve along with scaling information as input, and generates a full, optimized suture plan that can be fine-tuned by the surgeon. Experiments suggest that our suturing algorithm outperforms a naive baseline, and physical phantom experiments suggest that it performs comparably or superior to an expert surgeon. My team and I are currently in the process of developing a publicly-available website which will make the SP2DEEF pipeline fully accessible, the link will be provided shortly at https://github.com/BerkeleyAutomation/SP2DEEF.

The spatial arrangement of plants in a garden or small farm is especially important for poly- culture agriculture to reduce water and pesticide use. We present PolyPoD, a new algorithm for seed placement. Given a polygonal planting area boundary (convex or non-convex) and number and types of seeds, PolyPoD generates the variable radius poisson disk distribution, yielding viable seed placements. Results suggest that PolyPoD outperforms our previous seed placement algorithm with the goal of avoiding over-competition for resources, under- utilization of space, and plant segmentation difficulties. The PolyPoD platform will also offer free access on a website for polyculture farmers worldwide. Source code, documentation, and the website link are available at https://github.com/BerkeleyAutomation/PolyPoD.},
}

EndNote citation:

%0 Thesis
%A Kamat, Varun 
%T Algorithms for Suture Placement and Seed Placement: Planar Geometric Optimization for Surgery and Agriculture
%I EECS Department, University of California, Berkeley
%D 2023
%8 July 28
%@ UCB/EECS-2023-196
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/2023/EECS-2023-196.html
%F Kamat:EECS-2023-196