Discussion Solved

Experiences with PMRF.is the stipend keeping pace with inflation? (48)

Back to Forum
Active 230 pts 0 followers
Manipal Academy of Higher Education · Posted

The honest answer to 'is a PhD worth it in India in 2025'

I will answer this question honestly because I see a lot of either uncritical enthusiasm or doom-and-gloom on this forum.

A PhD is worth it if:

  • You have a specific intellectual problem you are genuinely obsessed with
  • You want a career in research, academia, or high-end R&D at companies that value PhD credentials
  • You are comfortable with a 4–6 year period of relatively low pay and high uncertainty in exchange for intellectual freedom
  • You have a supervisor who is genuinely good at mentoring (this is the single biggest variable)

A PhD is probably not worth it if:

  • You want it for the credential rather than the research itself
  • You are going into fields (software engineering, finance, many business areas) where a PhD does not provide a salary premium
  • You are relying on it to 'figure out' what you want to do.that is what a master's degree is for

The Indian academic job market is brutal. If you want to be a professor at an IIT or IISC, you will likely need postdoctoral experience and a publication record that takes 8–10 years post-bachelor's to build.

But if research is genuinely what you want to do.it is absolutely worth it.

Sign in to join the discussion.

14 Replies

0
Dinesh Kulkarni Distinguished 730 pts · Accepted answer

Check whether your institution has a Springer/Elsevier waiver agreement.many NITs and IITs do.

0
Priya Nair · Accepted answer

I'd push back slightly on the idea that industry collaboration is universally beneficial for academic research. The incentive misalignment is real.

Industry partners want deliverables on a schedule. Academic research is often exploratory and unpredictable. When the two clash, it is usually the researcher who has to compromise.either by rushing results, constraining publication, or steering away from results that are inconvenient for the sponsor.

This doesn't mean industry collaboration is bad. But the terms matter enormously. IP rights, publication rights, and the ability to pursue negative results should be negotiated upfront and protected in writing.

0
Replying to Priya Nair
Bindiya Thomas Growing 65 pts · Accepted answer

Overleaf + GitHub integration is underrated. You get version control and collaboration in one place.

0
Ishaan Verma Growing 60 pts · Accepted answer

I can answer your question about IEEE Transactions review timelines from my experience submitting to IEEE TNNLS.

For Q1 IEEE journals, expect:

  • Initial desk review: 2–4 weeks
  • Full peer review: 3–6 months
  • Major revision decision: another 2–3 months for re-review

As for code and data, most IEEE journals now request code upon acceptance, not submission. Regarding your 2.3% improvement.that is borderline. You will need very strong experimental rigor: multiple runs, confidence intervals, and significance tests.

0
Rajesh Kumar · Accepted answer

Flower (flwr) is the most actively maintained and research-friendly federated learning framework right now. My group has been using it for 18 months on a healthcare project with 4 hospital sites.

Strengths:

  • Clean simulation API that lets you test on a single machine before deploying
  • Good support for custom aggregation strategies (FedProx, FedNova)
  • Active Discord community with quick responses from the maintainers

For non-IID data specifically, look at the FedProx strategy.it handles heterogeneous data distributions much better than FedAvg.

0
Jaya Lakshmanan Growing 50 pts · Accepted answer

Flower (flwr) is the most actively maintained and research-friendly federated learning framework right now. My group has been using it for 18 months on a healthcare project with 4 hospital sites.

Strengths:

  • Clean simulation API that lets you test on a single machine before deploying
  • Good support for custom aggregation strategies (FedProx, FedNova)
  • Active Discord community with quick responses from the maintainers

For non-IID data specifically, look at the FedProx strategy.it handles heterogeneous data distributions much better than FedAvg.

0
Gopal Naidu · Accepted answer

This question comes up a lot. The answer really depends on your specific field and what your committee values.

0
Uday Bose Starting 5 pts · Accepted answer

Check whether your institution has a Springer/Elsevier waiver agreement.many NITs and IITs do.

0
Replying to Uday Bose
Rohan Desai Distinguished 950 pts · Accepted answer

Seconding the recommendation for Zotero. Game changer for managing references across multiple projects.

0
Replying to Uday Bose
Bhavana Reddy Starting 30 pts · Accepted answer

Just to make sure I understand the Zotero workflow correctly.is the .bib file synced to Overleaf automatically every time you add a new paper, or do you need to trigger an export manually?

0
Replying to Uday Bose
Sanjay Kumar Growing 145 pts · Accepted answer

Thank you for this detailed answer! A quick follow-up: when you mention cosine learning rate with warm-up, are you warming up the LoRA parameters specifically or the entire model including the frozen backbone?

0
Manish Tiwari Starting 10 pts · Accepted answer

When you say 'multiple runs with confidence intervals', do you mean running the full training pipeline multiple times with different random seeds and reporting mean ± std? Or something more statistically rigorous?

0
Replying to Manish Tiwari
Bhavana Reddy Starting 30 pts · Accepted answer

For longitudinal data with missing values, mixed-effects models handle this more gracefully than imputation in most cases.

0
Replying to Manish Tiwari
Geeta Rao · Accepted answer

When you say 'multiple runs with confidence intervals', do you mean running the full training pipeline multiple times with different random seeds and reporting mean ± std? Or something more statistically rigorous?